From 1431956a3c5e5f44c535f664b18544918b16eaaf Mon Sep 17 00:00:00 2001 From: Paul Sinclair Date: Sat, 14 Mar 2020 18:42:20 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86Update=20Bookstack=20to=20v0.28.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 b6c28cb..4f286c5 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -32,7 +32,7 @@ RUN \ composer=1.9.1-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v0.28.2.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v0.28.3.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxvf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \