⬆️ Upgrades s6-overlay to v3.1.2.1

This commit is contained in:
Franck Nijhof 2022-09-15 14:48:24 +02:00
parent 555015ee43
commit a784bc43d1
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -38,7 +38,7 @@ RUN \
tzdata=2022c-0ubuntu0.20.04.0 \
xz-utils=5.2.4-1 \
\
&& S6_VERSION="3.1.1.2" \
&& S6_VERSION="3.1.2.1" \
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; \