Skip to content

Commit

Permalink
test with java 11 image
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Mar 22, 2024
1 parent b01678a commit d8a52b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ lazy val integrationTestAwsApiEcs = pekkoIntTestModule("aws-api-ecs")
discoveryAwsApiAsync)
.enablePlugins(JavaAppPackaging, AshScriptPlugin, DockerPlugin, NoPublish)
.settings(
dockerBaseImage := "openjdk:10-jre-slim",
dockerBaseImage := "openjdk:11-jre-slim",
Docker / com.typesafe.sbt.SbtNativePackager.autoImport.packageName := "ecs-integration-test-app",
Docker / version := "1.0")

Expand Down

0 comments on commit d8a52b8

Please sign in to comment.