Update to 0.31.0
This commit is contained in:
parent
206d5c8c8c
commit
d569da71c8
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue