From 195cf7d44c1dbeec82b8e3913caa984379b8c516 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 17 Mar 2021 16:34:47 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20git=20to=202.30?= =?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 2984907..76141c1 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-r2 \ - git=2.30.1-r0 \ + git=2.30.2-r0 \ \ && apk add --no-cache \ go=1.15.7-r0 \