Skip to content

Commit 162eb67

Browse files
chore(deps): update eclipse-temurin docker tag (#13213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 62eb7f3 commit 162eb67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark-overhead/Dockerfile.petclinic

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:11.0.25_9-jdk@sha256:a7bf06ad584002baae0c27b418a0348f77ae4daf3d6229162d0cc408b823d625 as app-build
1+
FROM eclipse-temurin:11.0.26_4-jdk@sha256:88ffb69a9a26d1b6c56897cb2e34aecf31d67f575d50620a00b54c543eae271e 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 numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM eclipse-temurin:11-jdk-windowsservercore-ltsc2022
1+
FROM eclipse-temurin:11.0.26_4-jdk-windowsservercore-ltsc2022
22
COPY fake-backend.jar /fake-backend.jar
33
CMD ["java", "-jar", "/fake-backend.jar"]

0 commit comments

Comments
 (0)