File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616#
17- FROM gradle:8.12.0 -jdk17-jammy AS builder
17+ FROM gradle:8.12.1 -jdk17-jammy AS builder
1818WORKDIR /app
1919COPY . .
2020RUN ./gradlew clean build -x check
Original file line number Diff line number Diff line change 1717
1818distributionBase =GRADLE_USER_HOME
1919distributionPath =wrapper/dists
20- distributionSha256Sum =7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
21- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
20+ distributionSha256Sum =8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94
21+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
2222networkTimeout =10000
2323validateDistributionUrl =true
2424zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ APP_BASE_NAME=${0##*/}
8989APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
9090' " $PWD " ) || exit
9191if [ ! -e $APP_HOME /gradle/wrapper/gradle-wrapper.jar -a " $( command -v curl) " ]; then
92- curl -o $APP_HOME /gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v8.12.0 /gradle/wrapper/gradle-wrapper.jar
92+ curl -o $APP_HOME /gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v8.12.1 /gradle/wrapper/gradle-wrapper.jar
9393fi
9494# If the file still doesn't exist, let's try `wget` and cross our fingers
9595if [ ! -e $APP_HOME /gradle/wrapper/gradle-wrapper.jar -a " $( command -v wget) " ]; then
96- wget -O $APP_HOME /gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v8.12.0 /gradle/wrapper/gradle-wrapper.jar
96+ wget -O $APP_HOME /gradle/wrapper/gradle-wrapper.jar https://raw.githubusercontent.com/gradle/gradle/v8.12.1 /gradle/wrapper/gradle-wrapper.jar
9797fi
9898
9999# Use the maximum available, or set MAX_FD != -1 to use that value.
You can’t perform that action at this time.
0 commit comments