From 9729d0b3fc6e803b32a7988012af58d707317646 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 3 Feb 2021 11:52:28 +0100 Subject: [PATCH] :arrow_up: Upgrades WireGuard Go to 0.0.20201118 (#69) --- 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 \