⬆️ Upgrades s6-overlay to v2.0.0.1

This commit is contained in:
Franck Nijhof 2020-05-16 13:48:04 +02:00
parent 4fe8dba4ae
commit db7400e70d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -33,7 +33,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \
&& if [ "${BUILD_ARCH}" = "armv7" ]; then S6_ARCH="arm"; fi \
\
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v1.22.1.0/s6-overlay-${S6_ARCH}.tar.gz" \
&& curl -L -s "https://github.com/just-containers/s6-overlay/releases/download/v2.0.0.1/s6-overlay-${S6_ARCH}.tar.gz" \
| tar zxvf - -C / \
\
&& mkdir -p /etc/fix-attrs.d \