⬆️ Upgrades s6-overlay to v3.1.1.2 (#120)

This commit is contained in:
Franck Nijhof 2022-07-18 15:07:46 +02:00 committed by GitHub
parent 1d6f2a523d
commit f054f7ef39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ RUN \
\
&& c_rehash \
\
&& S6_VERSION="3.1.1.1" \
&& S6_VERSION="3.1.1.2" \
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; \