From 0b1b040ad0fc6b817d47c6d445b12980be4455a0 Mon Sep 17 00:00:00 2001 From: TBK Date: Sun, 16 Feb 2020 10:45:46 +0100 Subject: [PATCH] Update to 0.28.2 --- app/Dockerfile | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 00ca0d9..b861e06 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="JJTC " ENV PPM_VERSION=2.0.3 \ PPM_HTTP_VERSION=2.0.2 \ BOOKSTACK=BookStack \ - BOOKSTACK_VERSION=0.28.0 \ + BOOKSTACK_VERSION=0.28.2 \ BOOKSTACK_HOME="/app" COPY docker-entrypoint.sh /app/docker-entrypoint.sh @@ -67,7 +67,7 @@ RUN set -ex \ && tar --strip-components=1 -xzf BookStack-${BOOKSTACK_VERSION}.tar.gz \ && rm -rf ${BOOKSTACK}-${BOOKSTACK_VERSION}.tar.gz .env.example .gitattributes .github .gitignore .travis.yml tests/ public/index.php \ && ln -s init.php bootstrap/autoload.php \ - && curl -LJO https://gist.githubusercontent.com/TBK/6abf876e9559cf2477ad0d16bbf648db/raw/f5471c23e9bcf2f3cf0544f47efe610d5e40f13e/validator_and_shelf_cover_fix.patch \ + && curl -LJO https://gist.githubusercontent.com/TBK/6abf876e9559cf2477ad0d16bbf648db/raw/bc67e5a416f586df16d77af3fc58c2eb3f8ffb77/validator_and_shelf_cover_fix.patch \ && patch -p1 < validator_and_shelf_cover_fix.patch \ && rm validator_and_shelf_cover_fix.patch \ && echo "Get Dependencies:" \ diff --git a/docker-compose.yml b/docker-compose.yml index 40833b7..89bfb3d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: - backend app: - image: jjtc/bookstack-ppm:0.28.0-r1 + image: jjtc/bookstack-ppm:0.28.2-r0 build: ./app/ restart: unless-stopped depends_on: