From 6017a717f12ff16187b518dc0408e5fd76c4bf0f Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sun, 12 Jul 2020 18:06:10 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20composer=20to=201.10.8-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 aa55e9c..9ccf4ca 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -29,7 +29,7 @@ RUN \ php7=7.3.20-r0\ \ && apk add --no-cache --virtual .build-dependencies \ - composer=1.9.1-r0 \ + composer=1.10.8-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ https://github.com/BookStackApp/BookStack/archive/v0.29.3.tar.gz \