From 2db88c80c53a4d3979e31e94d7b29f81e8316c26 Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Mon, 10 Oct 2022 19:30:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20composer=20to?= =?UTF-8?q?=202.4.2-r0=20(#258)?= 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 15ba1ec..cc61abf 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -20,7 +20,7 @@ RUN \ php8=8.0.24-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ - composer=2.4.1-r0 \ + composer=2.4.2-r0 \ git=2.36.2-r0 \ nodejs=16.16.0-r0 \ npm=8.10.0-r0 \