We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9413e58 commit aca7d77Copy full SHA for aca7d77
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM gradle:8.5.0-jdk17-alpine as build
+FROM gradle:8.12.1-jdk17-alpine as build
2
COPY gradle /app/gradle/
3
COPY src /app/src/
4
COPY config /app/config/
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments