mirror of
https://github.com/hassio-addons/addon-zerotier.git
synced 2025-05-04 19:21:25 +00:00
Bump related deps
This commit is contained in:
parent
cd91d01c38
commit
23ac58a34f
1 changed files with 7 additions and 7 deletions
|
@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.10.6"
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
build-base=0.5-r3 \
|
build-base=0.5-r3 \
|
||||||
cargo=1.64.0-r2 \
|
cargo=1.69.0-r5 \
|
||||||
git=2.38.5-r0 \
|
git=2.40.1-r0 \
|
||||||
linux-headers=5.19.5-r0 \
|
linux-headers=6.3-r0 \
|
||||||
openssl-dev=3.0.8-r4 \
|
openssl-dev=3.1.0-r4 \
|
||||||
pkgconf=1.9.4-r0 \
|
pkgconf=1.9.5-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
libgcc=12.2.1_git20220924-r4 \
|
libgcc=12.2.1_git20220924-r10 \
|
||||||
libstdc++=12.2.1_git20220924-r4 \
|
libstdc++=12.2.1_git20220924-r10 \
|
||||||
\
|
\
|
||||||
&& git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
|
&& git clone --branch "${ZERO_TIER_ONE_VERSION}" --depth=1 \
|
||||||
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
|
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue