We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde5849 commit b54b874Copy full SHA for b54b874
9000/jdk/Dockerfile
@@ -3,7 +3,7 @@ FROM openjdk:8-jdk
3
RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
4
5
ENV JRUBY_VERSION 9.1.4.0
6
-ENV JRUBY_SHA256 de189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67
+ENV JRUBY_SHA256 cde189a22f6b93a439873e4130fc2c73f07554d4f9c415adef2dd8429626be67
7
RUN mkdir /opt/jruby \
8
&& curl -fSL https://s3.amazonaws.com/jruby.org/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz -o /tmp/jruby.tar.gz \
9
&& echo "$JRUBY_SHA256 /tmp/jruby.tar.gz" | sha256sum -c - \
0 commit comments