diff --git a/bookstack/Dockerfile b/bookstack/Dockerfile index 1a215ac..00e68f2 100644 --- a/bookstack/Dockerfile +++ b/bookstack/Dockerfile @@ -33,7 +33,7 @@ RUN \ composer=2.0.11-r0 \ \ && curl -J -L -o /tmp/bookstack.tar.gz \ - https://github.com/BookStackApp/BookStack/archive/v0.31.7.tar.gz \ + https://github.com/BookStackApp/BookStack/archive/v0.31.8.tar.gz \ && mkdir -p /var/www/bookstack \ && tar zxvf /tmp/bookstack.tar.gz -C \ /var/www/bookstack --strip-components=1 \