Browse Source

Bump bundler in dockerfiles

pull/619/head
baarkerlounger 3 years ago
parent
commit
9e7d9c5dca
  1. 2
      Dockerfile
  2. 2
      Dockerfile_dev

2
Dockerfile

@ -16,7 +16,7 @@ RUN apk add --no-cache build-base yarn postgresql-dev git
# Install bundler to run bundle exec
# This should be the same version as the Gemfile.lock
RUN gem install bundler:2.3.7 --no-document
RUN gem install bundler:2.3.14 --no-document
# Install gems defined in Gemfile
COPY .ruby-version Gemfile Gemfile.lock /app/

2
Dockerfile_dev

@ -11,7 +11,7 @@ RUN apk add --no-cache build-base yarn postgresql-dev git bash
# Install bundler to run bundle exec
# This should be the same version as the Gemfile.lock
RUN gem install bundler:2.3.4 --no-document
RUN gem install bundler:2.3.14 --no-document
# Install gems defined in Gemfile
COPY .ruby-version Gemfile Gemfile.lock /app/

Loading…
Cancel
Save