Skip to content

Commit

Permalink
default to ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Nov 15, 2023
1 parent 6970fe6 commit 419063b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ RUN sudo usermod --append --groups rvm customer
USER customer

# Configure rvm and install default Ruby
ENV RUBY_VERSION 2.7.5
ENV RUBY_VERSION_MIN 2.6.6
ENV RUBY_VERSION 3.1.4
ENV RUBY_VERSION_MIN 3.0.6
RUN source /usr/local/rvm/scripts/rvm \
# Fail if deps are missing, won't prompt for sudo
&& rvm autolibs read-fail \
Expand All @@ -95,7 +95,7 @@ RUN source /usr/local/rvm/scripts/rvm \

# Update to the latest RubyGems
RUN source /usr/local/rvm/scripts/rvm && \
rvm rubygems 3.4.13
rvm rubygems 3.4.22

# Default to Node 18
ENV NODE_VERSION lts/hydrogen
Expand Down

0 comments on commit 419063b

Please sign in to comment.