Skip to content

Commit 3403683

Browse files
chore(deps): update bellsoft/liberica-openjre-debian docker tag to v25
1 parent 9b48949 commit 3403683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
WORKDIR /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
1010
RUN 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
1414
WORKDIR /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

0 commit comments

Comments
 (0)