Skip to content

Commit

Permalink
Bump ruby version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Bogdanović committed Jun 16, 2017
1 parent 261c9a3 commit d2b6458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rubybench/ruby:0.4
# rubybench/ruby:0.5
FROM ubuntu:16.04
MAINTAINER Guo Xiang "[email protected]"

Expand All @@ -17,5 +17,5 @@ ENV PATH /root/.rbenv/bin:$PATH
RUN echo 'eval "$(rbenv init -)"' >> /etc/profile.d/rbenv.sh # or /etc/profile
RUN echo 'eval "$(rbenv init -)"' >> ~/.bashrc

RUN /bin/bash -l -c "rbenv install 2.2.2"
RUN /bin/bash -l -c "rbenv global 2.2.2"
RUN /bin/bash -l -c "rbenv install 2.4.1"
RUN /bin/bash -l -c "rbenv global 2.4.1"

0 comments on commit d2b6458

Please sign in to comment.