Skip to content

Commit 4baede2

Browse files
committed
build: Update Gradle from JDK21 to JDK25 in Dockerfile
1 parent 249db57 commit 4baede2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/order/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the application using a Gradle image with JDK.
2-
FROM gradle:9.2.1-jdk21-corretto AS builder
2+
FROM gradle:9.2.1-jdk25-corretto AS builder
33
WORKDIR /home/gradle/project
44

55
# Copy Gradle files from the correct locations.

docker/payment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the application using a Gradle image with JDK.
2-
FROM gradle:9.2.1-jdk21-corretto AS builder
2+
FROM gradle:9.2.1-jdk25-corretto AS builder
33
WORKDIR /home/gradle/project
44

55
# Copy Gradle files from the correct locations.

0 commit comments

Comments
 (0)