File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Perform the extraction in a separate builder container
2- FROM bellsoft/liberica-openjre-debian:17 -cds AS builder
2+ FROM bellsoft/liberica-openjre-debian:25 -cds AS builder
33WORKDIR /builder
44# This points to the built jar file in the target folder
55# Adjust this to 'build/libs/*.jar' if you're using Gradle
@@ -10,7 +10,7 @@ COPY ${JAR_FILE} application.jar
1010RUN java -Djarmode=tools -jar application.jar extract --layers --destination extracted
1111
1212# This is the runtime container
13- FROM bellsoft/liberica-openjre-debian:17 -cds
13+ FROM bellsoft/liberica-openjre-debian:25 -cds
1414WORKDIR /application
1515# Copy the extracted jar contents from the builder container into the working directory in the runtime container
1616# Every copy step creates a new docker layer
You can’t perform that action at this time.
0 commit comments