Skip to content

Commit

Permalink
feat: upgrade Bundler to version 2.2.33 to fix security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jorander authored Feb 2, 2023
1 parent 226f592 commit af332e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-bundle-base
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN set -ex && \
chmod g+w $HOME && \
apk add --update --no-cache make gcc libc-dev mariadb-dev postgresql-dev sqlite-dev

RUN gem install bundler -v 2.1.4
RUN gem install bundler -v 2.2.33
COPY pact_broker/Gemfile pact_broker/Gemfile.lock $HOME/
RUN bundle install --no-cache
2 changes: 1 addition & 1 deletion Dockerfile-package-base
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV HOME=/app
WORKDIR $HOME

RUN apk add --update --no-cache git
RUN gem install bundler -v 2.1.4
RUN gem install bundler -v 2.2.33

COPY Rakefile $HOME/
COPY Gemfile Gemfile.lock $HOME/
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,4 @@ DEPENDENCIES
webrick (~> 1.6)

BUNDLED WITH
2.1.4
2.2.33
2 changes: 1 addition & 1 deletion pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ DEPENDENCIES
webrick (~> 1.6)

BUNDLED WITH
2.1.4
2.2.33

0 comments on commit af332e8

Please sign in to comment.