Skip to content

Commit

Permalink
chore: Update dsp-api docker base image to Ubuntu 24.04 LTS (DEV-3956) (
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Aug 27, 2024
1 parent 0adfeee commit 8f7172d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ lazy val webapi: Project = Project(id = "webapi", base = file("webapi"))
Docker / dockerRepository := Some("daschswiss"),
Docker / packageName := "knora-api",
dockerUpdateLatest := true,
dockerBaseImage := "eclipse-temurin:21-jre-jammy",
dockerBaseImage := "eclipse-temurin:21-jre-noble",
dockerBuildxPlatforms := Seq("linux/arm64/v8", "linux/amd64"),
Docker / maintainer := "[email protected]",
Docker / dockerExposedPorts ++= Seq(3333, 3339),
Expand Down

0 comments on commit 8f7172d

Please sign in to comment.