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 c216c20 commit 915cfb3Copy full SHA for 915cfb3
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-# Stage 1: Build the application using a Gradle image with JDK 21.
+# Stage 1: Build the application using a Gradle image with JDK.
2
FROM gradle:9.2.0-jdk21-corretto AS builder
3
WORKDIR /home/gradle/project
4
@@ -22,7 +22,7 @@ COPY . .
22
# Exclude tests to speed up the build.
23
RUN ./gradlew --no-daemon :api:clean :api:build -x test
24
25
-# Stage 2: Package the application into a runtime image using temurin JRE 25.
+# Stage 2: Package the application into a runtime image using temurin JRE.
26
FROM eclipse-temurin:25-jre-jammy
27
WORKDIR /app
28
0 commit comments