From 8bb83ca491a7e74d01631386b6cd2e3a7e51275a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:47:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20alpine=5F3=5F19/g?= =?UTF-8?q?it=20to=20v2.43.6-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thelounge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thelounge/Dockerfile b/thelounge/Dockerfile index cf932cb..f0a1c68 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -8,7 +8,7 @@ ARG THE_LOUNGE_VERSION="v4.4.3" RUN \ apk add --no-cache --virtual .build-dependencies \ g++=13.2.1_git20231014-r0 \ - git=2.43.5-r0 \ + git=2.43.6-r0 \ make=4.4.1-r2 \ python3=3.11.11-r0 \ \