fix BUILD_BASE_IMAGE in Dockerfiles
Some checks failed
/ release-and-build (push) Failing after 21s

This commit is contained in:
2026-03-16 17:38:35 +01:00
parent 3627cae899
commit dde484ac61
3 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:3 AS rootfs-stage
ARG BUILD_BASE_IMAGE
FROM ${BUILD_BASE_IMAGE} AS rootfs-stage
ARG BUILD_APP_VERSION
ARG BUILD_S6_ARCH_aarch64