Skip to content

Commit

Permalink
Merge pull request #29 from huideyeren/update-ruby
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
huideyeren authored Mar 23, 2024
2 parents 458f1dc + bafc703 commit 5cf5aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN mkdir -p /usr/share/man/man1 && \

RUN git clone https://github.com/rbenv/ruby-build.git && \
PREFIX=/usr/local ./ruby-build/install.sh && \
ruby-build 3.1.2 /usr/local
ruby-build 3.2.3 /usr/local

RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc && \
gem update && \
Expand Down

0 comments on commit 5cf5aef

Please sign in to comment.