From 7082e5bbe2f248d5b96f908348a58b2635175766 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sun, 27 Dec 2020 17:56:36 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20bookstack=20to=20v0.30.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 8082a76..7a0e9b4 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -32,7 +32,7 @@ RUN \ composer=1.10.19-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v0.30.3.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v0.30.7.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxvf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \