From 1698d2c29beaaeba337c6f66879b1d868ba0f95a Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Tue, 12 May 2026 16:01:44 +0000 Subject: [PATCH] Bump ruby to 4.0.4 --- .ruby-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 4d54dadd..c5106e6d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.2 +4.0.4 diff --git a/Dockerfile b/Dockerfile index 84d45858..efbe53f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0.2 AS base +FROM ruby:4.0.4 AS base RUN bundle config set frozen 'true' && \ bundle config set path '/vendor/bundle'