mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
⬆️ Upgrades s6-overlay to v2.1.0.2
This commit is contained in:
parent
560a8b7c4d
commit
31c4a7d683
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue