From e86fead31dd920ab73d66a163d077755cf01edbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:31:06 +0000 Subject: [PATCH] chore(deps): bump ruby from 3.4.4-alpine3.21 to 3.4.5-alpine3.21 Bumps ruby from 3.4.4-alpine3.21 to 3.4.5-alpine3.21. --- updated-dependencies: - dependency-name: ruby dependency-version: 3.4.5-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 f57cd199..873a1da1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM ruby:3.4.4-alpine3.21 AS builder +FROM ruby:3.4.5-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.4-alpine3.21 +FROM ruby:3.4.5-alpine3.21 LABEL maintainer="Gil Desmarais "