From 6624109d2383203aabf26300c8abb819ce0d6ca7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 30 Apr 2021 08:29:34 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20composer=20to?= =?UTF-8?q?=202.0.13-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 f9d344b..f89ab4f 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -30,7 +30,7 @@ RUN \ php7=7.4.15-r0 \ \ && apk add --no-cache --virtual .build-dependencies \ - composer=2.0.11-r0 \ + composer=2.0.13-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ https://github.com/BookStackApp/BookStack/archive/v21.04.1.tar.gz \