We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f7401 commit 7524ebaCopy full SHA for 7524eba
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM alpine:3 as rootfs-stage
+FROM alpine:3 AS rootfs-stage
4
5
# environment
6
ENV REL=bookworm
@@ -27,7 +27,7 @@ RUN \
27
/root-out/var/log/*
28
29
# set version for s6 overlay
30
-ARG S6_OVERLAY_VERSION="3.2.0.2"
+ARG S6_OVERLAY_VERSION="3.2.1.0"
31
ARG S6_OVERLAY_ARCH="x86_64"
32
33
# add s6 overlay
Dockerfile.aarch64
ARG S6_OVERLAY_ARCH="aarch64"
0 commit comments