From 672955e5d7d90b31dda10e39fa5c5b54d19fa07c Mon Sep 17 00:00:00 2001 From: pi-farm Date: Mon, 16 Mar 2026 16:58:34 +0100 Subject: [PATCH] set alpine:3 as rootfs-stage --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 84ecbe8..1f498c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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