File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Stage 1: Build the application using a Gradle image with JDK.
2- FROM gradle:9.3.0 -jdk25-corretto AS builder
2+ FROM gradle:9.3.1 -jdk25-corretto AS builder
33WORKDIR /home/gradle/project
44
55# Copy Gradle files from the correct locations.
Original file line number Diff line number Diff line change 11# Stage 1: Build the application using a Gradle image with JDK.
2- FROM gradle:9.3.0 -jdk25-corretto AS builder
2+ FROM gradle:9.3.1 -jdk25-corretto AS builder
33WORKDIR /home/gradle/project
44
55# Copy Gradle files from the correct locations.
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.0 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments