Skip to content

Commit

Permalink
Merge pull request #4697 from rkovalik-raft/update_base_docker_to_ecl…
Browse files Browse the repository at this point in the history
…ipse-temurin_20-jdk-alpine

Update base docker to eclipse temurin 20 jdk alpine
  • Loading branch information
PatrickGoRaft authored Sep 28, 2023
2 parents 3a2420a + 9e2a4c0 commit 5219c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lazy val slickDeps = Seq(slick, slickHikariCP, postgres, h2)

lazy val dockerSettings = Seq(
Docker / maintainer := "Hmda-Ops",
dockerBaseImage := "eclipse-temurin:19-jdk-alpine",
dockerBaseImage := "eclipse-temurin:20-jdk-alpine",
dockerRepository := Some("hmda"),
dockerCommands := dockerCommands.value.flatMap {
case cmd@Cmd("FROM",_) => List(cmd, Cmd("RUN", "apk update"),
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/hmda-data-browser-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- /bin/sh
- -c
- --
image: eclipse-temurin:19-jdk-alpine
image: eclipse-temurin:20-jdk-alpine
name: eclipse-temurin-init
resources: {}
terminationMessagePath: /dev/termination-log
Expand Down

0 comments on commit 5219c40

Please sign in to comment.