Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit fa5d0e9

Browse files
authored
Fix SHA256
1 parent 0ad86ed commit fa5d0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/java-11/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get -y install git procps curl
1919
# Install Gradle
2020
ENV GRADLE_HOME /opt/gradle
2121
ENV GRADLE_VERSION 5.4.1
22-
ARG GRADLE_DOWNLOAD_SHA256=c8c17574245ecee9ed7fe4f6b593b696d1692d1adbfef425bef9b333e3a0e8de
22+
ARG GRADLE_DOWNLOAD_SHA256=7bdbad1e4f54f13c8a78abc00c26d44dd8709d4aedb704d913fb1bb78ac025dc
2323
RUN curl -sSL --output gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" \
2424
&& echo "${GRADLE_DOWNLOAD_SHA256} *gradle.zip" | sha256sum --check - \
2525
&& unzip gradle.zip \

0 commit comments

Comments
 (0)