From b88a11225ddfb989b194f9ca0ecda33f71d6fac5 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sat, 7 Jun 2025 13:23:08 +0200 Subject: [PATCH] bump ruby --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index bfb91c9..fb850fc 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Use official Ruby image -FROM docker.io/library/ruby:3.2-slim +FROM docker.io/library/ruby:3.4-slim # Set working directory WORKDIR /app