⬆️ Upgrades WireGuard Go to 0.0.20230223

This commit is contained in:
Franck Nijhof 2023-03-26 15:30:38 +02:00
parent 997bd2e6b7
commit cb8c0fa9de
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -21,7 +21,7 @@ RUN \
\
&& ln -sf /sbin/xtables-nft-multi /sbin/ip6tables \
&& 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 \
\
&& cd /tmp/wireguard \