From 9988bbb0ec524a4cbee29e5b73cc62b9fc152372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:12:25 +0000 Subject: [PATCH] chore(deps): bump ruby from 3.4.6-alpine3.21 to 3.4.7-alpine3.21 Bumps ruby from 3.4.6-alpine3.21 to 3.4.7-alpine3.21. --- updated-dependencies: - dependency-name: ruby dependency-version: 3.4.7-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 93e4f21..ebc6fcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM ruby:3.4.6-alpine3.21 AS builder +FROM ruby:3.4.7-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.6-alpine3.21 +FROM ruby:3.4.7-alpine3.21 LABEL maintainer="Gil Desmarais "