⬆️ Updates S6 Overlay to version v1.21.2.2

This commit is contained in:
Franck Nijhof 2018-01-06 22:30:19 +01:00
parent ee20ab08cd
commit a4e1f87a9d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -29,7 +29,7 @@ RUN \
\
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; else S6_ARCH="${BUILD_ARCH}"; fi \
\
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v1.20.0.0/s6-overlay-${S6_ARCH}.tar.gz" \
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v1.21.2.2/s6-overlay-${S6_ARCH}.tar.gz" \
| tar zxvf - -C / \
\
&& if [ "${BUILD_ARCH}" = "i386" ]; then SEMVER_ARCH="386"; \