Skip to content

Commit b54b874

Browse files
committed
fix sha for 9.1.4.0-jdk
Signed-off-by: Brian Goff <[email protected]>
1 parent bde5849 commit b54b874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9000/jdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM openjdk:8-jdk
33
RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
44

55
ENV JRUBY_VERSION 9.1.4.0
6-
ENV JRUBY_SHA256 de189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67
6+
ENV JRUBY_SHA256 cde189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67
77
RUN mkdir /opt/jruby \
88
&& curl -fSL https://s3.amazonaws.com/jruby.org/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz -o /tmp/jruby.tar.gz \
99
&& echo "$JRUBY_SHA256 /tmp/jruby.tar.gz" | sha256sum -c - \

0 commit comments

Comments
 (0)