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 dc20481 commit 23a7d4fCopy full SHA for 23a7d4f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gradle:8.7.0-jdk21-alpine AS build
+FROM gradle:8.10.0-jdk21-alpine AS build
2
COPY --chown=gradle:gradle . /home/app
3
WORKDIR /home/app
4
RUN gradle clean build --no-daemon -i -x test -x javadoc
0 commit comments