Skip to content

Commit 88e8662

Browse files
chore(deps): update eclipse-temurin docker tag to v25.0.1_8-jre-jammy (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thor Tudal Lauridsen <30320530+thorlauridsen@users.noreply.github.com>
1 parent 783b318 commit 88e8662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY . .
2323
RUN ./gradlew --no-daemon :gateway:clean :gateway:build -x test
2424

2525
# Stage 2: Package the application into a runtime image using temurin JRE.
26-
FROM eclipse-temurin:25-jre-jammy
26+
FROM eclipse-temurin:25.0.1_8-jre-jammy
2727
WORKDIR /app
2828

2929
# Copy the generated jar from the builder stage.

docker/provider/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY . .
2323
RUN ./gradlew --no-daemon :provider:clean :provider:build -x test
2424

2525
# Stage 2: Package the application into a runtime image using temurin JRE.
26-
FROM eclipse-temurin:25-jre-jammy
26+
FROM eclipse-temurin:25.0.1_8-jre-jammy
2727
WORKDIR /app
2828

2929
# Copy the generated jar from the builder stage.

0 commit comments

Comments
 (0)