From 96bc8939f7f14b8b2c3fd800e5af041260cd702b Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Mon, 15 Feb 2021 11:00:45 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20bookstack=20to=20v0.31.6?= 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 eb3a211..4981809 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -32,7 +32,7 @@ RUN \ composer=2.0.9-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v0.31.5.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v0.31.6.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxvf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \