Skip to content

Commit c6a6d03

Browse files
barryoneillmzuehlke
authored andcommitted
Move to temurin-21 for multi platform support
https://adoptium.net/supported-platforms/
1 parent 7e26342 commit c6a6d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ lazy val metadataSettings = Def.settings(
343343

344344
lazy val dockerSettings = Def.settings(
345345
dockerBaseImage := Option(System.getenv("DOCKER_BASE_IMAGE"))
346-
.getOrElse("eclipse-temurin:11-alpine"),
346+
.getOrElse("eclipse-temurin:21-alpine"),
347347
dockerCommands ++= {
348348
val curl = "curl -fL --output"
349349
val binDir = "/usr/local/bin"

0 commit comments

Comments
 (0)