Update dependencies

This commit is contained in:
Franck Nijhof 2024-12-07 13:43:32 +01:00
parent c697bd72b1
commit 5d38d7ce23
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -11,15 +11,15 @@ ARG ZERO_TIER_ONE_VERSION="1.14.2"
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.76.0-r0 \ cargo=1.83.0-r0 \
git=2.43.5-r0 \ git=2.47.1-r0 \
linux-headers=6.5-r0 \ linux-headers=6.6-r1 \
openssl-dev=3.1.7-r1 \ openssl-dev=3.3.2-r4 \
pkgconf=2.1.0-r0 \ pkgconf=2.3.0-r0 \
\ \
&& apk add --no-cache \ && apk add --no-cache \
libgcc=13.2.1_git20231014-r0 \ libgcc=14.2.0-r4 \
libstdc++=13.2.1_git20231014-r0 \ libstdc++=14.2.0-r4 \
\ \
&& 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 \