From f8a7bc5a00bdc93c254845f53621694de6c73fd9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 10 Apr 2021 20:53:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20WireGuard=20Go?= =?UTF-8?q?=20to=200.0.20210212=20(#102)?= 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 52e5a26..a7206d9 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -18,7 +18,7 @@ RUN \ openresolv=3.12.0-r0 \ wireguard-tools=1.0.20200827-r1 \ \ - && git clone --branch "0.0.20201118" --depth=1 \ + && git clone --branch "0.0.20210212" --depth=1 \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ \ && cd /tmp/wireguard \