From bafd0ae074c3e7840dc4bdcaff8fb22e6f9626a2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 10 Nov 2022 09:55:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20git=20to=202.36?= =?UTF-8?q?.3-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 afe9c54..88d427e 100644 --- a/thelounge/Dockerfile +++ b/thelounge/Dockerfile @@ -7,7 +7,7 @@ FROM ${BUILD_FROM} RUN \ apk add --no-cache --virtual .build-dependencies \ g++=11.2.1_git20220219-r2 \ - git=2.36.2-r0 \ + git=2.36.3-r0 \ make=4.3-r0 \ python3=3.10.5-r0 \ yarn=1.22.19-r0 \