From 613371d2dc1f335009bbfa1cbeabc3befd4d3234 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 18 Jan 2023 22:22:17 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20git=20to=202.38?= =?UTF-8?q?.3-r1=20(#280)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasmoadmin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 90ee899..52929bb 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -22,7 +22,7 @@ RUN \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.4.4-r \ - git=2.38.2-r0 \ + git=2.38.3-r1 \ nodejs=18.12.1-r0 \ npm=9.1.2-r0 \ \