This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new d4482c12 test with java 11 image (#162)
d4482c12 is described below

commit d4482c12a67519bc5bb257611e6cf7ca1ac3054c
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Mar 22 15:16:19 2024 +0100

    test with java 11 image (#162)
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 58a94cb3..6fb72119 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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")
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to