We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd89df commit 5b9b58cCopy full SHA for 5b9b58c
3 files changed
docker/Dockerfile
@@ -1,5 +1,5 @@
1
# Stage 1: Build the application using a Gradle image with JDK.
2
-FROM gradle:9.2.1-jdk25-corretto AS builder
+FROM gradle:9.3.0-jdk25-corretto AS builder
3
WORKDIR /home/gradle/project
4
5
# Copy Gradle files from the correct locations.
gradle/wrapper/gradle-wrapper.jar
542 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments