⬆️ Upgrades S6 overlay to v1.21.4.0

This commit is contained in:
Franck Nijhof 2018-05-06 20:12:42 +02:00
parent c9e43fe622
commit cfb10cffb8
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -30,7 +30,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.21.2.2/s6-overlay-${S6_ARCH}.tar.gz" \
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v1.21.4.0/s6-overlay-${S6_ARCH}.tar.gz" \
| tar zxvf - -C / \
\
&& if [ "${BUILD_ARCH}" = "i386" ]; then SEMVER_ARCH="386"; \