⬆️ Upgrades ZeroTier One to 1.10.4

This commit is contained in:
Franck Nijhof 2023-03-09 12:41:41 +01:00
parent 8a49e4eaa0
commit 49cd2d0471
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -20,7 +20,7 @@ RUN \
libgcc=12.2.1_git20220924-r4 \ libgcc=12.2.1_git20220924-r4 \
libstdc++=12.2.1_git20220924-r4 \ libstdc++=12.2.1_git20220924-r4 \
\ \
&& git clone --branch "1.10.2" --depth=1 \ && git clone --branch "1.10.4" --depth=1 \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \ "https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
\ \
&& cd /tmp/zerotier \ && cd /tmp/zerotier \