Skip to content

Commit

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

Expand Down

0 comments on commit 2ba3bfc

Please sign in to comment.