Skip to content

Commit

Permalink
Updated bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 28, 2022
1 parent 808e7db commit 80e1195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY Gemfile* ./
RUN apk add --no-cache \
--virtual .gem-installdeps \
build-base \
&& gem install bundler --version 2.3.9 \
&& gem install bundler --version 2.4.1 \
&& bundle config set --local system 'true' \
&& bundle install \
&& gem uninstall bundler \
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ DEPENDENCIES
github_changelog_generator (= 1.16.4)!

BUNDLED WITH
2.3.7
2.4.1

0 comments on commit 80e1195

Please sign in to comment.