Skip to content

Commit 5b240bc

Browse files
author
DenverM80
committed
update rvm to recommended 2.3.3
1 parent 8063aec commit 5b240bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A170311380
2525
RUN \curl -sSL https://get.rvm.io | bash -s stable
2626

2727
RUN /bin/bash -l -c "rvm requirements"
28-
RUN /bin/bash -l -c "rvm install 2.2.0"
28+
RUN /bin/bash -l -c "rvm install 2.3.3"
2929
RUN /bin/bash -l -c "gem install rake --no-ri --no-rdoc"
3030

3131
RUN /bin/bash -l -c "curl -Lo- https://bit.ly/janus-bootstrap | bash"

0 commit comments

Comments
 (0)