From 3bd93c3df4332fdfc585d459d3c0ede456ff1935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 02:56:59 +0000 Subject: [PATCH] Update ruby Docker tag to v3.4.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 12c0beb..f8b5cd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.7-alpine +FROM ruby:3.4.8-alpine LABEL maintainer="Julian Nonino " RUN apk update && \