⬆️ Upgrades s6-overlay to v2.1.0.2

This commit is contained in:
Franck Nijhof 2020-10-20 15:05:35 +02:00
parent 560a8b7c4d
commit 31c4a7d683
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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