From 1e8f300e66aa8eb3ad679f4a3137ebfa035fb376 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 29 Mar 2020 14:18:17 +0200 Subject: [PATCH] :arrow_up: Upgrades wireguard-go to v0.0.20200320 --- wireguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 2a1a24b..2ea97b4 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.20200121" --depth=1 \ + && git clone --branch "v0.0.20200320" --depth=1 \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ \ && cd /tmp/wireguard \