Skip to content

Commit

Permalink
Bump Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferblape committed Sep 14, 2024
1 parent b888b12 commit ed65fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RUN rm /etc/nginx/sites-enabled/default
RUN mkdir -p $HOME
WORKDIR $HOME

RUN bash -lc 'rvm install ruby-3.1.1'
RUN bash -lc 'rvm --default use ruby-3.1.1'
RUN bash -lc 'rvm install ruby-3.1.4'
RUN bash -lc 'rvm --default use ruby-3.1.4'

RUN gem install bundler -v 2.4.10

Expand Down

0 comments on commit ed65fb9

Please sign in to comment.