Skip to content

Commit fe81425

Browse files
committed
Bump JRuby for CVE-2014-8080
1 parent 10eae93 commit fe81425

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

1.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM java:8
2-
ENV JRUBY_VERSION 1.7.16
2+
ENV JRUBY_VERSION 1.7.16.1
33
RUN mkdir /opt/jruby \
44
&& curl http://jruby.org.s3.amazonaws.com/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz \
55
| tar -zxC /opt/jruby --strip-components=1 \

9000/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM java:8
2-
ENV JRUBY_VERSION cab2272ea076d2898721023c851cf895379946f2
2+
#ENV JRUBY_VERSION cab2272ea076d2898721023c851cf895379946f2
3+
ENV JRUBY_VERSION ea47cab70b37f01f7f7e1bc0815367cac3449f86
34
RUN apt-get update && apt-get install -y --no-install-recommends maven git-core \
45
&& git clone https://github.com/jruby/jruby.git /opt/jruby-src \
56
&& cd /opt/jruby-src \

0 commit comments

Comments
 (0)