⬆️ Upgrades ZeroTier One to 1.10.0 (#151)

This commit is contained in:
Franck Nijhof 2022-06-13 22:06:41 +02:00 committed by GitHub
parent 0d30757d9c
commit df4334f57e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ RUN \
libgcc=11.2.1_git20220219-r2 \
libstdc++=11.2.1_git20220219-r2 \
\
&& git clone --branch "1.8.9" --depth=1 \
&& git clone --branch "1.10.0" --depth=1 \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
\
&& cd /tmp/zerotier \