We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f049c2 commit 7af0c35Copy full SHA for 7af0c35
Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build the jar
2
-FROM gradle:8.5-jdk21 AS build
+FROM gradle:8.12-jdk21 AS build
3
# Copy source code into the container and set the ownership to 'gradle' user
4
COPY --chown=gradle:gradle . /home/gradle/src
5
WORKDIR /home/gradle/src
0 commit comments