This commit is contained in:
thespad 2025-11-11 21:22:50 +00:00
parent c6f7401c1b
commit 7524eba96d
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:3 as rootfs-stage
FROM alpine:3 AS rootfs-stage
# environment
ENV REL=bookworm
@ -27,7 +27,7 @@ RUN \
/root-out/var/log/*
# set version for s6 overlay
ARG S6_OVERLAY_VERSION="3.2.0.2"
ARG S6_OVERLAY_VERSION="3.2.1.0"
ARG S6_OVERLAY_ARCH="x86_64"
# add s6 overlay

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:3 as rootfs-stage
FROM alpine:3 AS rootfs-stage
# environment
ENV REL=bookworm
@ -27,7 +27,7 @@ RUN \
/root-out/var/log/*
# set version for s6 overlay
ARG S6_OVERLAY_VERSION="3.2.0.2"
ARG S6_OVERLAY_VERSION="3.2.1.0"
ARG S6_OVERLAY_ARCH="aarch64"
# add s6 overlay