Browse Source

Bump bundler in dockerfiles

pull/618/head v0.1.10
baarkerlounger 3 years ago
parent
commit
86afbf466e
  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 # Install bundler to run bundle exec
# This should be the same version as the Gemfile.lock # 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 # Install gems defined in Gemfile
COPY .ruby-version Gemfile Gemfile.lock /app/ 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 # Install bundler to run bundle exec
# This should be the same version as the Gemfile.lock # 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 # Install gems defined in Gemfile
COPY .ruby-version Gemfile Gemfile.lock /app/ COPY .ruby-version Gemfile Gemfile.lock /app/

Loading…
Cancel
Save