From 641c2e80f9f76681717dcc4a335beabe10a1e9b6 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Fri, 9 Feb 2024 15:20:25 +0000 Subject: [PATCH] Upgrade ruby to 3.3 The #govuk-platform-security-reliability-team expects teams to review, test and deploy this following the steps in the [docs](https://docs.publishing.service.gov.uk/manual/ruby.html#updating-individual-applications) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f85c550f..5675cfa1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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