mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Remove other remnant of the debian base arg
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -13,8 +13,6 @@ volumes:
|
||||
x-defaults: &defaults
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
DEBIAN_BASE: bookworm
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env.pullpreview
|
||||
|
||||
Reference in New Issue
Block a user