From 260b596984e1afb12a7a8449600a3673fe3e8f3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:57:55 +0000 Subject: [PATCH] Update ruby Docker tag to v4.0.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1054aab..32e58ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0.1-alpine +FROM ruby:4.0.3-alpine LABEL maintainer="Julian Nonino " RUN apk update && \