File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
smoke-tests/images/fake-backend/src/docker/backend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:11.0.28_6 -jdk@sha256:15eedd1722fc6abe55ffa1da22f581ae4fc21f18da78e911767c10f9b2cfd985 as app-build
1+ FROM eclipse-temurin:11.0.29_7 -jdk@sha256:7a7110c39048dcdea4dec1629503459ef6d428a60aeede5a0dda102bf0f29173 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
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:21.0.8_9 -jdk-windowsservercore-ltsc2022@sha256:47afec211682c034b7188eb1d01210de503bcb3bb8e47f7b60198ef825cdca4b
1+ FROM eclipse-temurin:21.0.9_10 -jdk-windowsservercore-ltsc2022@sha256:a8d16dafa7d7976a7c0b723ab1b3d0a27d7024dcb9f4cd543591a5d66a62fecb
22COPY fake-backend.jar /fake-backend.jar
33CMD ["java" , "-jar" , "/fake-backend.jar" ]
You can’t perform that action at this time.
0 commit comments