Skip to content

Commit

Permalink
concourse: docker images need the latest gems
Browse files Browse the repository at this point in the history
make sure that an update to Gemfile.lock will create a new layer in
the docker image.

also make sure all docker images are using the latest bundler.

this setup means the dev system generating the docker images needs to
be on the latest bundler and has run `bundle update` recently.
  • Loading branch information
flavorjones committed Feb 6, 2019
1 parent 86dded1 commit 2e5dac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions concourse/images/bundle-install.step
@@ -1,5 +1,7 @@
# -*- dockerfile -*-

COPY Gemfile nokogiri/
COPY Gemfile.lock nokogiri/

RUN gem install bundler
RUN cd nokogiri && bundle install

0 comments on commit 2e5dac5

Please sign in to comment.