From ce61a460505c07d8e7255f425441e1bf829a0ef6 Mon Sep 17 00:00:00 2001 From: Chris Banks Date: Mon, 11 Dec 2023 10:03:16 +0000 Subject: [PATCH] Update to Ruby 3.2.2. Also stop pinning the Ruby patch version in the Dockerfile, since that's no longer necessary. --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index ef538c28..be94e6f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.2 +3.2.2 diff --git a/Dockerfile b/Dockerfile index a2a6124f..f2cff8dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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