Skip to content

Commit

Permalink
Build with openjdk:17
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEgger committed Aug 30, 2022
1 parent a2fc776 commit 601b142
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 @@ -177,7 +177,7 @@ val updateLatest = sys.env.get("DOCKER_UPDATE_LATEST") match {
}

dockerUpdateLatest := updateLatest
dockerBaseImage := "openjdk:8"
dockerBaseImage := "openjdk:17"
dockerExposedPorts ++= Seq(9003)

// the directories created, e.g. /var/log/openolitor-server, are created using user id 1000,
Expand Down

0 comments on commit 601b142

Please sign in to comment.