From 65622fcfce2578c69b63a8ce749ad9a7a9e1d37e Mon Sep 17 00:00:00 2001 From: bonanitech Date: Fri, 27 Dec 2019 12:06:06 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20wireguard-go=20?= =?UTF-8?q?to=20v0.0.20191012?= 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 5bdb448..463dff0 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -18,7 +18,7 @@ RUN \ openresolv=3.9.2-r0 \ wireguard-tools@edge=0.0.20191219-r0 \ \ - && git clone --branch "v0.0.20190805" --depth=1 \ + && git clone --branch "v0.0.20191012" --depth=1 \ "https://git.zx2c4.com/wireguard-go" /tmp/wireguard \ \ && cd /tmp/wireguard \