From 19e49e15bb9e65569b6817f1770f39c71aa821d8 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Fri, 2 Dec 2022 17:37:12 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Bookstack=20to=20?= =?UTF-8?q?v22.11=20(#200)?= 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 46097a0..32abd71 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -32,7 +32,7 @@ RUN \ composer=2.4.2-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v22.10.2.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v22.11.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \