From b826335e5aa854c597df39765a9a007e4cbe0ad1 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 23 Feb 2020 23:56:05 +0100 Subject: [PATCH] :arrow_up: Upgrades WireGuard Go to v0.0.20200121 --- wireguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index aef648c..31a10ff 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -18,7 +18,7 @@ RUN \ openresolv=3.9.2-r0 \ wireguard-tools@edge=1.0.20200102-r0 \ \ - && git clone --branch "v0.0.20191012" --depth=1 \ + && git clone --branch "v0.0.20200121" --depth=1 \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ \ && cd /tmp/wireguard \