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

Commit ba29259

Browse files
authored
Fix SHA256
1 parent fa5d0e9 commit ba29259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/java-12/.devcontainer/Dockerfile

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

0 commit comments

Comments
 (0)