mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
⬆️ Upgrades semver tool to v0.2.0
This commit is contained in:
parent
95113cd6d1
commit
0684595bfc
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN \
|
|||
elif [ "${BUILD_ARCH}" = "aarch64" ] || [ "${BUILD_ARCH}" = "armhf" ]; then SEMVER_ARCH="arm"; \
|
||||
else SEMVER_ARCH="${BUILD_ARCH}"; fi \
|
||||
\
|
||||
&& curl -L -s "https://github.com/frenck/semver/releases/download/v0.1.0/semver_linux_${SEMVER_ARCH}.tar.gz" \
|
||||
&& curl -L -s "https://github.com/frenck/semver/releases/download/v0.2.0/semver_linux_${SEMVER_ARCH}.tar.gz" \
|
||||
| tar zxvf - -C /usr/bin/ \
|
||||
\
|
||||
&& mkdir -p /etc/fix-attrs.d \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue