From df89cf7abc7627b0106c421b42496892e2c8d15e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Feb 2021 09:28:52 +0100 Subject: [PATCH] :arrow_up: Upgrades git to 2.30.1-r0 (#74) --- wireguard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard/Dockerfile b/wireguard/Dockerfile index 98ee199..2984907 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.0-r0 \ + git=2.30.1-r0 \ \ && apk add --no-cache \ go=1.15.7-r0 \