Skip to content

Commit

Permalink
Peg version of bundler to latest version compatible with ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
minionOfZuul committed Dec 15, 2023
1 parent 30feec5 commit dc22f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:2.7-alpine
RUN apk add --no-cache git

RUN set -x \
&& gem install bundler keycutter
&& gem install bundler:2.4.22 keycutter

COPY LICENSE README.md /

Expand Down

0 comments on commit dc22f8b

Please sign in to comment.