From 8388a6a6750471e6fad81b9df13460dcfdf94a31 Mon Sep 17 00:00:00 2001 From: Murilo Dal Ri Date: Fri, 9 Feb 2024 15:25:58 +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 f41c918ba..a51d620df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG ruby_version=3.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