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.
2 parents 9f7fed9 + 1f69420 commit 2262c73Copy full SHA for 2262c73
build.sbt
@@ -8,7 +8,7 @@ inThisBuild(
8
run / fork := true,
9
run / javaOptions += "-Dconfig.override_with_env_vars=true",
10
semanticdbEnabled := true, // for scalafix
11
- dockerBaseImage := "openjdk:21",
+ dockerBaseImage := "clipse-temurin:21-jdk-noble",
12
dockerUpdateLatest := true,
13
dockerBuildxPlatforms := Seq("linux/amd64", "linux/arm64")
14
)
0 commit comments