We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d3e3c8 + 19a01bb commit d5e51dfCopy full SHA for d5e51df
2 files changed
1.7/jdk/Dockerfile
@@ -1,5 +1,5 @@
1
FROM java:8-jdk
2
-ENV JRUBY_VERSION 1.7.18
+ENV JRUBY_VERSION 1.7.19
3
RUN mkdir /opt/jruby \
4
&& curl -sSL https://s3.amazonaws.com/jruby.org/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz \
5
| tar -zxC /opt/jruby --strip-components=1 \
1.7/jre/Dockerfile
FROM java:8-jre
0 commit comments