Fix incorrect S6 version
This commit is contained in:
parent
ec2e9b7ac0
commit
4f4d988211
|
|
@ -36,7 +36,7 @@ RUN \
|
|||
sed -i -e 's/^root::/root:!:/' /root-out/etc/shadow
|
||||
|
||||
# set version for s6 overlay
|
||||
ARG S6_OVERLAY_VERSION="3.2.0.0"
|
||||
ARG S6_OVERLAY_VERSION="3.1.2.0"
|
||||
ARG S6_OVERLAY_ARCH="aarch64"
|
||||
|
||||
# add s6 overlay
|
||||
|
|
|
|||
Loading…
Reference in a new issue