From 68a292e9ccc2172faeb29901d2c0dd717b9d1bed Mon Sep 17 00:00:00 2001 From: bonanitech Date: Fri, 27 Dec 2019 12:02:28 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20git=20to=202.22?= =?UTF-8?q?.2-r0?= 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 6dba6f5..ccec5f7 100755 --- a/wireguard/Dockerfile +++ b/wireguard/Dockerfile @@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN \ apk add --no-cache --virtual .build-dependencies \ build-base=0.5-r1 \ - git=2.22.0-r0 \ + git=2.22.2-r0 \ \ && apk add --no-cache \ go@edge=1.12.8-r0 \