Skip to content

Commit c5b78ca

Browse files
chore(deps): update dependency gradle to v7
1 parent 9592f66 commit c5b78ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile-cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# before building the Docker image.
44

55
# This image requires Gradle; it is not as slim as the web server-only image
6-
FROM gradle:6.9.0-jdk8-hotspot
6+
FROM gradle:7.2.0-jdk8-hotspot
77

88
# Some of the uPortal tech requires elevated privileges
99
USER root
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)