set alpine:3 as rootfs-stage
/ release-and-build (push) Failing after 1m8s

This commit is contained in:
2026-03-16 16:58:34 +01:00
parent d818b6962b
commit 672955e5d7
+1 -2
View File
@@ -1,7 +1,6 @@
# syntax=docker/dockerfile:1
ARG BUILD_BASE_IMAGE=alpine:latest
FROM ${BUILD_BASE_IMAGE} AS rootfs-stage
FROM alpine:3 AS rootfs-stage
ARG BUILD_APP_VERSION
ARG BUILD_S6_ARCH_amd64