diff --git a/docker/order/Dockerfile b/docker/order/Dockerfile index 9b37bfb..a41a1a7 100644 --- a/docker/order/Dockerfile +++ b/docker/order/Dockerfile @@ -23,7 +23,7 @@ COPY . . RUN ./gradlew --no-daemon :order:clean :order:build -x test # Stage 2: Package the application into a runtime image using temurin JRE. -FROM eclipse-temurin:25.0.1_8-jre-jammy +FROM eclipse-temurin:25.0.2_10-jre-jammy WORKDIR /app # Copy the generated jar from the builder stage. diff --git a/docker/payment/Dockerfile b/docker/payment/Dockerfile index f03e09d..f71d7f7 100644 --- a/docker/payment/Dockerfile +++ b/docker/payment/Dockerfile @@ -23,7 +23,7 @@ COPY . . RUN ./gradlew --no-daemon :payment:clean :payment:build -x test # Stage 2: Package the application into a runtime image using temurin JRE. -FROM eclipse-temurin:25.0.1_8-jre-jammy +FROM eclipse-temurin:25.0.2_10-jre-jammy WORKDIR /app # Copy the generated jar from the builder stage.