Skip to content

Commit 2262c73

Browse files
Merge pull request #480 from lichess-org/docker/temurin-based-image
Switch to eclipe-temurin image
2 parents 9f7fed9 + 1f69420 commit 2262c73

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
@@ -8,7 +8,7 @@ inThisBuild(
88
run / fork := true,
99
run / javaOptions += "-Dconfig.override_with_env_vars=true",
1010
semanticdbEnabled := true, // for scalafix
11-
dockerBaseImage := "openjdk:21",
11+
dockerBaseImage := "clipse-temurin:21-jdk-noble",
1212
dockerUpdateLatest := true,
1313
dockerBuildxPlatforms := Seq("linux/amd64", "linux/arm64")
1414
)

0 commit comments

Comments
 (0)