From 68a989ac9cac6ac72079bde7219a731b9f971fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:52:31 +0000 Subject: [PATCH] :arrow_up: Bump ruby in /containers/docker Bumps ruby from 4.0.5-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] --- containers/docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index 6424ba32499..086ccabf940 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -2,7 +2,7 @@ ARG BUNDLE_WITHOUT=development:test ARG BUNDLE_DEPLOYMENT=true -FROM ruby:4.0.5-alpine AS build-env +FROM ruby:4.0.6-alpine AS build-env # include global args ARG BUNDLE_WITHOUT @@ -78,7 +78,7 @@ RUN rm -rf tmp/cache tmp/pids tmp/sockets app/assets/images/features ################## Build done ################## -FROM ruby:4.0.5-alpine +FROM ruby:4.0.6-alpine # include global args ARG BUNDLE_WITHOUT