From 86726f896ffde4c0e1d58e84f736206391c93210 Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Wed, 21 Oct 2020 18:46:44 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86Update=20bookstack=20to=20v0.30.3?= 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 a407722..c6fe1a0 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -32,7 +32,7 @@ RUN \ composer=1.10.15-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v0.30.2.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v0.30.3.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxvf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \