From fe8f4764506dea81df77d0ed8b381e25057e3407 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 3 Feb 2021 11:48:24 +0100 Subject: [PATCH] :arrow_up: Upgrades WireGuard Go to 0.0.20201118 --- wireguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index a21687b..98ee199 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.20200320" --depth=1 \ + && git clone --branch "0.0.20201118" --depth=1 \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ \ && cd /tmp/wireguard \