File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
smoke-tests/images/early-jdk8 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:11.0.27_6-jdk@sha256:2fd4e5e0ba72f725016e757a5688ce14fda6a792da566fca62ef6ff73f50df35 as app-build
1+ FROM eclipse-temurin:11.0.27_6-jdk@sha256:cbc64d6d1a253561c029fd951575c449d70558063d5f898ab0b6213bc1fb0109 as app-build
22
33# This is the base image that will contain a built version of the spring-petclinic-rest
44# application. Installing the dependencies and maven compiling the application is time
@@ -13,7 +13,7 @@ RUN git checkout 8aa4d49
1313RUN ./mvnw package -Dmaven.test.skip=true
1414RUN cp target/spring-petclinic-rest*.jar /app/spring-petclinic-rest.jar
1515
16- FROM bellsoft/liberica-openjdk-alpine:21.0.7 @sha256:143e4c24da2872fad6803fcbde5d335bbbe47dddb8ebf20fd916c02bdc7f463b
16+ FROM bellsoft/liberica-openjdk-alpine:21.0.8 @sha256:c4052811bba52c7a06ebde235c839108bf723dfab3c65066f61145a252480b16
1717COPY --from=app-build /app/spring-petclinic-rest.jar /app/spring-petclinic-rest.jar
1818WORKDIR /app
1919EXPOSE 9966
Original file line number Diff line number Diff line change 11# https://github.com/zulu-openjdk/zulu-openjdk/blob/master/ubuntu/8u412-8.78/Dockerfile
2- FROM ubuntu:noble-20250619 @sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
2+ FROM ubuntu:noble-20250714 @sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
33
44ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
55
You can’t perform that action at this time.
0 commit comments