We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf4b71 commit 91121cfCopy full SHA for 91121cf
2 files changed
1.7/Dockerfile
@@ -1,5 +1,5 @@
1
FROM java:8
2
-ENV JRUBY_VERSION 1.7.16.2
+ENV JRUBY_VERSION 1.7.17
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 \
1.7/onbuild/Dockerfile
@@ -1,4 +1,4 @@
-FROM jruby:1.7.16
+FROM jruby:1.7
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
0 commit comments