Skip to content

Commit

Permalink
Merge pull request #493 from alphagov/upgrade-ruby-version
Browse files Browse the repository at this point in the history
Upgrade ruby to 3.3
  • Loading branch information
callumknights authored Feb 15, 2024
2 parents 7618892 + df08234 commit 24a7ce2
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.2.2
3.3.0
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.2.2
ARG ruby_version=3.3
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 24a7ce2

Please sign in to comment.