From b73235907fabdbb9bcaeac9ea074f603ebe09eb2 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Mon, 8 Mar 2021 20:53:13 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20bookstack=20to=20v0.31.7?= 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 9a3a1ad..1a215ac 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -33,7 +33,7 @@ RUN \ composer=2.0.11-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v0.31.6.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v0.31.7.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxvf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \