⬆️ Upgrades ZeroTier One to 1.6.3 (#33)

This commit is contained in:
Franck Nijhof 2021-02-05 21:30:14 +01:00 committed by GitHub
parent 15068bafeb
commit e7ad9e27ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ RUN \
libgcc=10.2.1_pre1-r3 \ libgcc=10.2.1_pre1-r3 \
libstdc++=10.2.1_pre1-r3 \ libstdc++=10.2.1_pre1-r3 \
\ \
&& git clone --branch "1.6.2" --depth=1 \ && git clone --branch "1.6.3" --depth=1 \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \ "https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
\ \
&& cd /tmp/zerotier \ && cd /tmp/zerotier \