Skip to content

Commit

Permalink
Testing: Ruby version 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo committed Jan 5, 2024
1 parent 777f280 commit 08aa4ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0.0 \
&& rbenv global 3.0.0 \
&& rbenv install 3.1.4 \
&& rbenv global 3.1.4 \
&& gem install shopify-cli -N

###
Expand Down
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 3.0.0 \
&& rbenv global 3.0.0 \
&& rbenv install 3.1.4 \
&& rbenv global 3.1.4 \
&& gem install shopify-cli -N

###
Expand Down

0 comments on commit 08aa4ce

Please sign in to comment.