Skip to content

Commit

Permalink
Update to Ruby 3.2.2.
Browse files Browse the repository at this point in the history
Also stop pinning the Ruby patch version in the Dockerfile, since that's
no longer necessary.
  • Loading branch information
sengi committed Dec 11, 2023
1 parent 25d9a0f commit ce61a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG ruby_version=3.1.2
ARG ruby_version=3.2
ARG base_image=ghcr.io/alphagov/govuk-ruby-base:$ruby_version
ARG builder_image=ghcr.io/alphagov/govuk-ruby-builder:$ruby_version

Expand Down

0 comments on commit ce61a46

Please sign in to comment.