From 4398453183fa05d95509d50798336ef07654199e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 7 Oct 2021 13:36:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20composer=20to?= =?UTF-8?q?=202.1.9-r0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookstack/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index e651e01..d51c7f8 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -29,7 +29,7 @@ RUN \ php7=7.4.24-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ - composer=2.1.6-r0 \ + composer=2.1.9-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ https://github.com/BookStackApp/BookStack/archive/v21.08.3.tar.gz \