From 700a962a3a8e8b87a401e9308b04f8ea8205ab5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 11:57:33 +0000 Subject: [PATCH] build(deps): bump ruby from 4.0.3-alpine to 4.0.4-alpine Bumps ruby from 4.0.3-alpine to 4.0.4-alpine. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.4-alpine 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 8d35b9135c..67b938d179 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG ROOT=/usr/src/app/ FROM node:24-alpine AS node-source -FROM ruby:4.0.3-alpine AS build +FROM ruby:4.0.4-alpine AS build ARG ROOT WORKDIR $ROOT @@ -22,7 +22,7 @@ RUN bundle config set force_ruby_platform true COPY Gemfile* $ROOT RUN bundle install -FROM ruby:4.0.3-alpine +FROM ruby:4.0.4-alpine ARG ROOT WORKDIR $ROOT