mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-03 18:31:24 +00:00
⬆️ Upgrades s6-overlay to v3.1.1.2 (#121)
This commit is contained in:
parent
8d5c140227
commit
ad14bd60f9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ RUN \
|
|||
tzdata=2022a-0ubuntu0.20.04 \
|
||||
xz-utils=5.2.4-1 \
|
||||
\
|
||||
&& S6_VERSION="3.1.1.1" \
|
||||
&& S6_VERSION="3.1.1.2" \
|
||||
&& S6_ARCH="${BUILD_ARCH}" \
|
||||
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \
|
||||
elif [ "${BUILD_ARCH}" = "amd64" ]; then S6_ARCH="x86_64"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue