We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de9031 commit 31087cdCopy full SHA for 31087cd
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gradle:7.5.1-jdk17 AS build
+FROM gradle:7.6.0-jdk17 AS build
2
COPY --chown=gradle:gradle . /src
3
WORKDIR /src
4
RUN gradle build --no-daemon
0 commit comments