From ac4400fb7355a64b5abe6fdd59b5faad292703f0 Mon Sep 17 00:00:00 2001 From: Mauricio Bonani Date: Sat, 28 Dec 2019 17:20:54 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20git=20to=202.24?= =?UTF-8?q?.1-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 f439d3c..0289ab6 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.2-r0 \ + git=2.24.1-r0 \ \ && apk add --no-cache \ go@edge=1.13.4-r1 \