Skip to content

Commit

Permalink
Replace base image with eclipse-temurin:21-jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
aryabokon committed Feb 12, 2024
1 parent 73ea4b7 commit 0f3e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ val octopusGithubDockerRegistry = System.getenv().getOrDefault("OCTOPUS_GITHUB_D

docker {
springBootApplication {
baseImage.set("$dockerRegistry/openjdk:21-oracle")
baseImage.set("$dockerRegistry/eclipse-temurin:21-jdk")
ports.set(listOf(8888, 8888))
images.set(setOf("$octopusGithubDockerRegistry/octopusden/${project.name}:${project.version}"))
}
Expand Down

0 comments on commit 0f3e04c

Please sign in to comment.