Update to 0.31.0

This commit is contained in:
TBK 2021-01-03 23:43:55 +01:00
parent 206d5c8c8c
commit d569da71c8
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA
2 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ LABEL maintainer="JJTC <oci@jjtc.eu>"
ENV PPM_VERSION=2.2.0 \ ENV PPM_VERSION=2.2.0 \
PPM_HTTP_VERSION=2.0.6 \ PPM_HTTP_VERSION=2.0.6 \
BOOKSTACK=BookStack \ BOOKSTACK=BookStack \
BOOKSTACK_VERSION=0.30.0 \ BOOKSTACK_VERSION=0.31.0 \
BOOKSTACK_HOME="/app" BOOKSTACK_HOME="/app"
COPY entrypoint.sh /app/entrypoint.sh COPY entrypoint.sh /app/entrypoint.sh
@ -50,7 +50,6 @@ RUN set -ex \
php7-session \ php7-session \
php7-simplexml \ php7-simplexml \
php7-sockets \ php7-sockets \
php7-tidy \
php7-tokenizer \ php7-tokenizer \
php7-xml \ php7-xml \
php7-xmlwriter \ php7-xmlwriter \

View File

@ -25,7 +25,7 @@ services:
- backend - backend
app: app:
image: jjtc/bookstack-ppm:0.30.0-r0 image: jjtc/bookstack-ppm:0.31.0-r0
build: ./app/ build: ./app/
restart: unless-stopped restart: unless-stopped
depends_on: depends_on: