Skip to content

Commit

Permalink
Revert "Revert "Install the current Bundler in Dockerfile (#139)" (#…
Browse files Browse the repository at this point in the history
…146)" (#149)

This reverts commit dae5272.
  • Loading branch information
ErikSchierboom authored Mar 6, 2024
1 parent 75ae144 commit 9dffb6d
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:2.4.18 && \
RUN gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)" && \
bundle config set without 'development test' && \
bundle install

Expand Down

0 comments on commit 9dffb6d

Please sign in to comment.