From 4895cbbc37fca27b0afb4f4221b3d450a8ffbfd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 20:46:42 +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 --- 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 \