We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91121cf commit 2ddca4bCopy full SHA for 2ddca4b
1 file changed
1.7/Dockerfile
@@ -1,5 +1,5 @@
1
FROM java:8
2
-ENV JRUBY_VERSION 1.7.17
+ENV JRUBY_VERSION 1.7.18
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