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 1- FROM bellsoft/liberica-runtime-container:jdk-21 .0.9_11 -cds-musl@sha256:47a25e6813844f43cdb9569e5823bff4a09e310191abd5442e098a5c14d2c019 AS build
1+ FROM bellsoft/liberica-runtime-container:jdk-25 .0.1_11 -cds-musl@sha256:115d1e7d6395507b8d6364c46bcf26a66e1f89141a7a0ab93c69bc7c4da268ee AS build
22WORKDIR /usr/src/app
33# cache dependencies
44COPY ./buildSrc/*.gradle.kts ./buildSrc/
@@ -26,7 +26,7 @@ ARG BUILD_ARG="bootJar"
2626RUN --mount=type=cache,target=/root/.gradle \
2727 ./gradlew ${BUILD_ARG}
2828
29- FROM bellsoft/liberica-runtime-container:jre-25-cds-musl@sha256:c608a522fbd0937733e5d97f9b4749e76955fa56087707a48e90bf30ff31d132 AS app
29+ FROM bellsoft/liberica-runtime-container:jre-25.0.1_11 -cds-musl@sha256:00847b4d088bb32cb4ac1b3717d82f314a70bcff4ea7657761fe99370872bf19 AS app
3030# use non-root user
3131RUN addgroup -S spring && adduser -S spring -G spring
3232USER spring:spring
You can’t perform that action at this time.
0 commit comments