From d629f3f8ef225c308578aa2cf6a72f4987440578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:53:51 +0000 Subject: [PATCH] build(deps): bump ruby from 4.0.3-alpine to 4.0.6-alpine Bumps ruby from 4.0.3-alpine to 4.0.6-alpine. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.6-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..4b88f0f735 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.6-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.6-alpine ARG ROOT WORKDIR $ROOT