Skip to content

Commit cf4688d

Browse files
chore(deps): update eclipse-temurin docker tag to v25.0.2_10-jre-jammy (#120)
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 a03911d commit cf4688d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/order/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 :order:clean :order:build -x test
2424

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

2929
# Copy the generated jar from the builder stage.

docker/payment/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 :payment:clean :payment:build -x test
2424

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

2929
# Copy the generated jar from the builder stage.

0 commit comments

Comments
 (0)