From 1ecddd9d00290e2ed6e50260b6615a2b27ff13e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:02:52 +0000 Subject: [PATCH] chore(deps): bump ruby from 4.0.0-alpine3.23 to 4.0.1-alpine3.23 Bumps ruby from 4.0.0-alpine3.23 to 4.0.1-alpine3.23. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.1-alpine3.23 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 3cb73c5..8beebaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM ruby:4.0.0-alpine3.23 AS builder +FROM ruby:4.0.1-alpine3.23 AS builder LABEL maintainer="Gil Desmarais " @@ -23,7 +23,7 @@ RUN apk add --no-cache \ && bundle binstubs bundler html2rss # Stage 2: Runtime -FROM ruby:4.0.0-alpine3.23 +FROM ruby:4.0.1-alpine3.23 LABEL maintainer="Gil Desmarais "