From 9f25e77f19bf4784edad0c023ff1192f977bc986 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 09:10:21 +0200 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=20(#145)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index 7d8a54c..e753033 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -8,7 +8,7 @@ ARG THE_LOUNGE_VERSION="v4.3.1" RUN \ apk add --no-cache --virtual .build-dependencies \ g++=12.2.1_git20220924-r4 \ - git=2.38.4-r1 \ + git=2.38.5-r0 \ make=4.3-r1 \ python3=3.10.11-r0 \ yarn=1.22.19-r0 \