Skip to content

Commit

Permalink
Testing: Ruby version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Jan 5, 2024
1 parent 63ff887 commit 55bf0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
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 3.2.0 \
&& rbenv global 3.2.0 \
&& rbenv install 3.3.0 \
&& rbenv global 3.3.0 \
&& gem install shopify-cli -N

###
Expand Down

0 comments on commit 55bf0e6

Please sign in to comment.