Remove other remnant of the debian base arg

This commit is contained in:
Oliver Günther
2026-03-16 11:57:38 +01:00
parent 6a19cd698f
commit a7497c8c44
4 changed files with 7 additions and 13 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
ARG RUBY_VERSION="3.4.7"
ARG DEBIAN_BASE="trixie"
# Add SBOM scan context for intermediate steps
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true
ARG BUILDKIT_SBOM_SCAN_STAGE=true
FROM ruby:${RUBY_VERSION}-slim-${DEBIAN_BASE} AS runtime-base
FROM ruby:${RUBY_VERSION}-slim-trixie AS runtime-base
LABEL maintainer="operations@openproject.com"
ARG NODE_VERSION="22.21.0"
-2
View File
@@ -13,8 +13,6 @@ volumes:
x-defaults: &defaults
build:
context: .
args:
DEBIAN_BASE: bookworm
restart: unless-stopped
env_file:
- .env.pullpreview