Update Ruby to 4.0.0

This commit is contained in:
Klaus Zanders
2026-01-06 10:09:59 +01:00
parent c5716008b9
commit 4e9698f5cd
7 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:3.4.7-trixie AS develop
FROM ruby:4.0.0-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.0"
ARG DEBIAN_BASE="trixie"
# Add SBOM scan context for intermediate steps
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true