diff --git a/docker/order/Dockerfile b/docker/order/Dockerfile index a41a1a7..8454c9a 100644 --- a/docker/order/Dockerfile +++ b/docker/order/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application using a Gradle image with JDK. -FROM gradle:9.3.1-jdk25-corretto AS builder +FROM gradle:9.4.0-jdk25-corretto AS builder WORKDIR /home/gradle/project # Copy Gradle files from the correct locations. diff --git a/docker/payment/Dockerfile b/docker/payment/Dockerfile index f71d7f7..2de7c39 100644 --- a/docker/payment/Dockerfile +++ b/docker/payment/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application using a Gradle image with JDK. -FROM gradle:9.3.1-jdk25-corretto AS builder +FROM gradle:9.4.0-jdk25-corretto AS builder WORKDIR /home/gradle/project # Copy Gradle files from the correct locations.