Skip to content

Commit

Permalink
Merge pull request #9 from flrngel/master
Browse files Browse the repository at this point in the history
update ruby version to 2.3.1
  • Loading branch information
seapy committed Aug 8, 2016
2 parents 2b798bd + bfa19c6 commit 092e8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ RUN cd /tmp &&\
make install

# Install MRI Ruby
RUN ruby-install ruby 2.3.0
RUN ruby-install ruby 2.3.1

# Add Ruby binaries to $PATH
ENV PATH /opt/rubies/ruby-2.3.0/bin:$PATH
ENV PATH /opt/rubies/ruby-2.3.1/bin:$PATH

# Add options to gemrc
RUN echo "install: --no-document\nupdate: --no-document" > ~/.gemrc
Expand Down

0 comments on commit 092e8f2

Please sign in to comment.