Skip to content

Commit

Permalink
feat(jib): change base image
Browse files Browse the repository at this point in the history
  • Loading branch information
GHGHGHKO committed Feb 17, 2024
1 parent 2fbdb0e commit a336146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceCompatibility = '11'

jib {
from {
image = "adoptopenjdk/openjdk11:x86_64-alpine-jre-11.0.11_9"
image = "openjdk:11-ea-28-jre-slim"
platforms {
platform {
architecture = 'amd64'
Expand Down

0 comments on commit a336146

Please sign in to comment.