Skip to content

Commit

Permalink
Revert "Install the current Bundler in Dockerfile (#139)" (#146)
Browse files Browse the repository at this point in the history
This reverts commit ac50641.
  • Loading branch information
iHiD authored Mar 5, 2024
1 parent ac50641 commit dae5272
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 @@ -5,7 +5,7 @@ RUN apk update && apk upgrade && \

COPY Gemfile Gemfile.lock .

RUN gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)" && \
RUN gem install bundler:2.4.18 && \
bundle config set without 'development test' && \
bundle install

Expand Down

0 comments on commit dae5272

Please sign in to comment.