We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e26342 commit c6a6d03Copy full SHA for c6a6d03
build.sbt
@@ -343,7 +343,7 @@ lazy val metadataSettings = Def.settings(
343
344
lazy val dockerSettings = Def.settings(
345
dockerBaseImage := Option(System.getenv("DOCKER_BASE_IMAGE"))
346
- .getOrElse("eclipse-temurin:11-alpine"),
+ .getOrElse("eclipse-temurin:21-alpine"),
347
dockerCommands ++= {
348
val curl = "curl -fL --output"
349
val binDir = "/usr/local/bin"
0 commit comments