From df1fdbe13f94ff9231bfea65088c59ebc12b86be Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 10 Apr 2021 20:47:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20WireGuard=20Go?= =?UTF-8?q?=20to=200.0.20210212?= 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 b9db0cb..a7962e5 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 \