Skip to content

Commit

Permalink
Revert to original rubygems update method
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc authored Nov 22, 2024
1 parent f39874d commit 1f60080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apk add --update \
tzdata \
yarn \
&& rm -rf /var/cache/apk/* \
&& gem update --system 3.4.22 \
&& gem install rubygems-update -v 3.4.22 \
&& update_rubygems \
&& gem install bundler:$BUNDLER_VERSION \
&& bundle config --global frozen 1

Expand Down

0 comments on commit 1f60080

Please sign in to comment.