Skip to content

Commit

Permalink
Merge pull request #1209 from alphagov/fix-build-image
Browse files Browse the repository at this point in the history
Fix build image
  • Loading branch information
kentsanggds authored Nov 15, 2023
2 parents 66d23e0 + da1b2ec commit 44e9667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.2
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ ENV DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL true

COPY ./ /srv/app/datagovuk_publish

RUN gem install bundler --conservative && \
bundle install
RUN gem install bundler && bundle install

0 comments on commit 44e9667

Please sign in to comment.