We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed22ac2 commit 9f72eacCopy full SHA for 9f72eac
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gradle:8.8-jdk21 AS build
+FROM gradle:8.14-jdk21 AS build
2
3
WORKDIR /app
4
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-bin.zip
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments