Skip to content

Commit

Permalink
Bump Ruby Version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Jan 5, 2024
1 parent 8d3d401 commit 4844a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt-get update \
&& mkdir -p "$(rbenv root)"/plugins \
&& git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build \
&& git -C "$(rbenv root)"/plugins/ruby-build pull \
&& rbenv install 2.7.5 \
&& rbenv global 2.7.5 \
&& rbenv install 3.3.0 \
&& rbenv global 3.3.0 \
&& gem install shopify-cli -N

###
Expand Down

0 comments on commit 4844a6b

Please sign in to comment.