⬆️ Upgrades WireGuard Go to 0.0.20201118 (#69)

This commit is contained in:
Franck Nijhof 2021-02-03 11:52:28 +01:00 committed by GitHub
parent bd88bcf1e7
commit 9729d0b3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ RUN \
openresolv=3.12.0-r0 \ openresolv=3.12.0-r0 \
wireguard-tools=1.0.20200827-r1 \ wireguard-tools=1.0.20200827-r1 \
\ \
&& git clone --branch "0.0.20200320" --depth=1 \ && git clone --branch "0.0.20201118" --depth=1 \
"https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \
\ \
&& cd /tmp/wireguard \ && cd /tmp/wireguard \