Skip to content

Commit 882f612

Browse files
committed
Bump jruby 1.7.20
Signed-off-by: Brian Goff <[email protected]>
1 parent 0f5ca4e commit 882f612

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

1.7/jdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM java:8-jdk
22

33
RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
44

5-
ENV JRUBY_VERSION 1.7.19
6-
ENV JRUBY_SHA1 a3296d1ae9b9aa78825b8d65a0d2498b449eaa3d
5+
ENV JRUBY_VERSION 1.7.20
6+
ENV JRUBY_SHA1 3c11f01d38b9297cef2c281342f8bb799772e481
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_SHA1 /tmp/jruby.tar.gz" | sha1sum -c - \

1.7/jre/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FROM java:8-jre
22

33
RUN apt-get update && apt-get install -y libc6-dev --no-install-recommends && rm -rf /var/lib/apt/lists/*
44

5-
ENV JRUBY_VERSION 1.7.19
6-
ENV JRUBY_SHA1 a3296d1ae9b9aa78825b8d65a0d2498b449eaa3d
5+
ENV JRUBY_VERSION 1.7.20
6+
ENV JRUBY_SHA1 3c11f01d38b9297cef2c281342f8bb799772e481
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_SHA1 /tmp/jruby.tar.gz" | sha1sum -c - \

0 commit comments

Comments
 (0)