Skip to content

Commit 3bf655a

Browse files
committed
Use https to download jruby
1 parent e7af3d9 commit 3bf655a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM java:8
22
ENV JRUBY_VERSION 1.7.18
33
RUN mkdir /opt/jruby \
4-
&& curl http://jruby.org.s3.amazonaws.com/downloads/${JRUBY_VERSION}/jruby-bin-${JRUBY_VERSION}.tar.gz \
4+
&& curl https://s3.amazonaws.com/jruby.org/downloads/1.7.18/jruby-bin-${JRUBY_VERSION}.tar.gz \
55
| tar -zxC /opt/jruby --strip-components=1 \
66
&& update-alternatives --install /usr/local/bin/ruby ruby /opt/jruby/bin/jruby 1
77
ENV PATH /opt/jruby/bin:$PATH

0 commit comments

Comments
 (0)