From 0fada9cf61a2b7b9a95f58f0eec6699844bbdb34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:02:03 +0000 Subject: [PATCH] chore(deps): bump ruby from 3.4.5-alpine3.21 to 3.4.6-alpine3.21 Bumps ruby from 3.4.5-alpine3.21 to 3.4.6-alpine3.21. --- updated-dependencies: - dependency-name: ruby dependency-version: 3.4.6-alpine3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 873a1da1..93e4f210 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM ruby:3.4.5-alpine3.21 AS builder +FROM ruby:3.4.6-alpine3.21 AS builder LABEL maintainer="Gil Desmarais " @@ -23,7 +23,7 @@ RUN apk add --no-cache \ && bundle binstubs bundler html2rss # Stage 2: Runtime -FROM ruby:3.4.5-alpine3.21 +FROM ruby:3.4.6-alpine3.21 LABEL maintainer="Gil Desmarais "