We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10eae93 commit fe81425Copy full SHA for fe81425
2 files changed
1.7/Dockerfile
@@ -1,5 +1,5 @@
1
FROM java:8
2
-ENV JRUBY_VERSION 1.7.16
+ENV JRUBY_VERSION 1.7.16.1
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 \
9000/Dockerfile
@@ -1,5 +1,6 @@
-ENV JRUBY_VERSION cab2272ea076d2898721023c851cf895379946f2
+#ENV JRUBY_VERSION cab2272ea076d2898721023c851cf895379946f2
+ENV JRUBY_VERSION ea47cab70b37f01f7f7e1bc0815367cac3449f86
RUN apt-get update && apt-get install -y --no-install-recommends maven git-core \
&& git clone https://github.com/jruby/jruby.git /opt/jruby-src \
6
&& cd /opt/jruby-src \
0 commit comments