From adbae8678cccb3f3d904d8508006ddf7c2c93368 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sun, 30 May 2021 13:15:11 -0400 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A8=20Remove=20php-tidy=20as=20no?= =?UTF-8?q?=20longer=20required?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookstack/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 071009b..6625abc 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -24,7 +24,6 @@ RUN \ php7-pdo_mysql=7.4.19-r0 \ php7-session=7.4.19-r0 \ php7-simplexml=7.4.19-r0 \ - php7-tidy=7.4.19-r0 \ php7-tokenizer=7.4.19-r0 \ php7-xml=7.4.19-r0 \ php7=7.4.19-r0 \ From 3c16155ac96f14c9f58ebd7750af5fe6fb0af48c Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sun, 30 May 2021 13:15:33 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=20Update=20bookstack=20to=20v21.0?= =?UTF-8?q?5?= 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 6625abc..3b7ca8d 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -32,7 +32,7 @@ RUN \ composer=2.0.13-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v21.04.3.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v21.05.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxvf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \