We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ceb1fc commit abf4b71Copy full SHA for abf4b71
1 file changed
1.7/Dockerfile
@@ -1,5 +1,5 @@
1
FROM java:8
2
-ENV JRUBY_VERSION 1.7.16.1
+ENV JRUBY_VERSION 1.7.16.2
3
RUN mkdir /opt/jruby \
4
&& curl http://jruby.org.s3.amazonaws.com/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz \
5
| tar -zxC /opt/jruby --strip-components=1 \
0 commit comments