⬆️ Upgrades ZeroTier One to 1.8.4 (#132)

This commit is contained in:
Franck Nijhof 2021-12-02 11:00:12 +01:00 committed by GitHub
parent 34eb8170fd
commit 9407e6e6e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ RUN \
libgcc=10.3.1_git20211027-r0 \
libstdc++=10.3.1_git20211027-r0 \
\
&& git clone --branch "1.8.3" --depth=1 \
&& git clone --branch "1.8.4" --depth=1 \
"https://github.com/zerotier/ZeroTierOne.git" /tmp/zerotier \
\
&& cd /tmp/zerotier \