From bf49dde3c2710de17d27a1a4f7582c1043cc15f1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 26 Mar 2023 15:35:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20WireGuard=20Go?= =?UTF-8?q?=20to=200.0.20230223=20(#227)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wireguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index a197258..435a9eb 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -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 \