Bump ruby to 4.0.2

This commit is contained in:
Klaus Zanders
2026-03-31 11:21:01 +02:00
parent 5294870bf0
commit 05b231fef5
7 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:4.0.1-trixie AS develop
FROM ruby:4.0.2-trixie AS develop
LABEL org.opencontainers.image.authors="operations@openproject.com"
ARG DEV_UID=1000
+1 -1
View File
@@ -1,4 +1,4 @@
ARG RUBY_VERSION="4.0.1"
ARG RUBY_VERSION="4.0.2"
ARG DEBIAN_BASE="trixie"
# Add SBOM scan context for intermediate steps
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true