Skip to content

Commit

Permalink
Merge pull request #391 from epimorphics/fix/pin-rubygems-update
Browse files Browse the repository at this point in the history
Pin rubygems updater version
  • Loading branch information
der authored Jan 17, 2024
2 parents a4a4ce0 + a6d9860 commit d05b412
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 \
&& 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 d05b412

Please sign in to comment.