Merge pull request #21426 from opf/bundler-4

Update Ruby & Bundler to v4
This commit is contained in:
Klaus Zanders
2026-03-11 10:50:21 +01:00
committed by GitHub
7 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:3.4.7-trixie AS develop
FROM ruby:4.0.1-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="3.4.7"
ARG RUBY_VERSION="4.0.1"
ARG DEBIAN_BASE="trixie"
# Add SBOM scan context for intermediate steps
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true