⬆️ Upgrades WireGuard Go to 0.0.20230223 (#227)

This commit is contained in:
Franck Nijhof 2023-03-26 15:35:01 +02:00 committed by GitHub
parent 997bd2e6b7
commit bf49dde3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ RUN \
\ \
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \ && ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
&& ln -sf /sbin/xtables-nft-multi /sbin/iptables \ && ln -sf /sbin/xtables-nft-multi /sbin/iptables \
&& git clone --branch "0.0.20220316" --depth=1 \ && git clone --branch "0.0.20230223" --depth=1 \
"https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \
\ \
&& cd /tmp/wireguard \ && cd /tmp/wireguard \