We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249db57 commit 4baede2Copy full SHA for 4baede2
docker/order/Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build the application using a Gradle image with JDK.
2
-FROM gradle:9.2.1-jdk21-corretto AS builder
+FROM gradle:9.2.1-jdk25-corretto AS builder
3
WORKDIR /home/gradle/project
4
5
# Copy Gradle files from the correct locations.
docker/payment/Dockerfile
0 commit comments