From c1b0ab285bfd01f45253c36fdcb2e097a97e706e Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sat, 26 Sep 2020 14:17:06 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20bookstack=20to=20v0.30.1?= 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 91060f8..bdb2bf3 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -32,7 +32,7 @@ RUN \ composer=1.10.10-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v0.30.0.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v0.30.1.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxvf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \