Update build docker image gradle version
This commit is contained in:
parent
84af6f3d8a
commit
6fdf354883
|
@ -1,5 +1,5 @@
|
|||
ARG JDK_VERSION=11
|
||||
ARG GRADLE_VERSION=6.8
|
||||
ARG GRADLE_VERSION=7.1
|
||||
|
||||
FROM gradle:$GRADLE_VERSION-jdk$JDK_VERSION
|
||||
WORKDIR /usr/src/cre/
|
||||
|
|
Loading…
Reference in New Issue