We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe81425 commit 9ceb1fcCopy full SHA for 9ceb1fc
1 file changed
9000/Dockerfile
@@ -1,6 +1,5 @@
1
FROM java:8
2
-#ENV JRUBY_VERSION cab2272ea076d2898721023c851cf895379946f2
3
-ENV JRUBY_VERSION ea47cab70b37f01f7f7e1bc0815367cac3449f86
+ENV JRUBY_VERSION 26b567560ca15e4a918e12870c8cebe4c018caaf
4
RUN apt-get update && apt-get install -y --no-install-recommends maven git-core \
5
&& git clone https://github.com/jruby/jruby.git /opt/jruby-src \
6
&& cd /opt/jruby-src \
0 commit comments