From 967131f22b6e8a05c1a4b7e122d6c87720eaceb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 10:02:33 +0000 Subject: [PATCH] build(deps): bump ruby from 3.4.8-alpine3.23 to 4.0.2-alpine3.23 Bumps ruby from 3.4.8-alpine3.23 to 4.0.2-alpine3.23. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.2-alpine3.23 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dockerfile.development | 2 +- Dockerfile.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.development b/Dockerfile.development index f2bc1843..dadea05f 100644 --- a/Dockerfile.development +++ b/Dockerfile.development @@ -1,5 +1,5 @@ # This is for development or CI only -FROM docker.io/ruby:3.4.8-alpine3.23 AS common +FROM docker.io/ruby:4.0.2-alpine3.23 AS common RUN apk update \ && apk upgrade \ diff --git a/Dockerfile.production b/Dockerfile.production index 6bbc7f71..ab438696 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,4 +1,4 @@ -FROM docker.io/ruby:3.4.8-alpine3.23 AS base +FROM docker.io/ruby:4.0.2-alpine3.23 AS base RUN apk update \ && apk upgrade \