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:f061c5bdaae96640563262985c50f6fb5ed8fce17522e5979440019169c6774e AS build
1+ FROM bellsoft/liberica-runtime-container:jdk-25 .0.1_11 -cds-musl@sha256:bda4c5ce94391ed1023c66172e814918fa506b4afed00f940cc1d24ff63d0082 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:c608a522fbd0937733e5d97f9b4749e76955fa56087707a48e90bf30ff31d132 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