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