Skip to content

Commit

Permalink
Merge pull request #2700 from alphagov/ruby-2-7-5
Browse files Browse the repository at this point in the history
Upgrade Ruby to 2.7.5
  • Loading branch information
edwardkerry authored Feb 28, 2022
2 parents b9b447a + d0a94f2 commit d030405
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 @@
2.7.2
2.7.5
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ARG base_image=ruby:2.7.2
FROM ${base_image}
FROM ruby:2.7.5-slim-buster
RUN apt-get update -qq && apt-get upgrade -y && apt-get install -y build-essential nodejs && apt-get clean

# This image is only intended to be able to run this app in a production RAILS_ENV
Expand Down

0 comments on commit d030405

Please sign in to comment.