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

This commit is contained in:
2026-03-16 17:43:45 +01:00
parent 3627cae899
commit dde484ac61
3 changed files with 7 additions and 8 deletions
+2 -2
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_amd64