From a082b8f60db8dab2fa5d7d4fccd9b4dcf7f42559 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 22:25:58 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F17/g?= =?UTF-8?q?it=20to=20v2.38.5-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 ca336e1..7a3a616 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-r3 \ - git=2.38.4-r1 \ + git=2.38.5-r0 \ \ && apk add --no-cache \ go=1.19.8-r0 \