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 03cb4e4 commit 77f9dc0Copy full SHA for 77f9dc0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gradle:4.7.0-jdk8-alpine AS build
+FROM gradle:6.9-jdk-openj9 AS build
2
COPY --chown=gradle:gradle . /home/gradle/src
3
WORKDIR /home/gradle/src
4
RUN gradle build --no-daemon
0 commit comments