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 2262c73 commit 430973bCopy full SHA for 430973b
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 := "clipse-temurin:21-jdk-noble",
+ dockerBaseImage := "eclipse-temurin:21-jdk-noble",
12
dockerUpdateLatest := true,
13
dockerBuildxPlatforms := Seq("linux/amd64", "linux/arm64")
14
)
0 commit comments