Update to 0.29.2
This commit is contained in:
parent
b3168c5a46
commit
3d81d62267
|
|
@ -5,7 +5,7 @@ LABEL maintainer="JJTC <docker@jjtc.eu>"
|
|||
ENV PPM_VERSION=2.0.3 \
|
||||
PPM_HTTP_VERSION=2.0.3 \
|
||||
BOOKSTACK=BookStack \
|
||||
BOOKSTACK_VERSION=0.28.3 \
|
||||
BOOKSTACK_VERSION=0.29.2 \
|
||||
BOOKSTACK_HOME="/app"
|
||||
|
||||
COPY docker-entrypoint.sh /app/docker-entrypoint.sh
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ services:
|
|||
- backend
|
||||
|
||||
app:
|
||||
image: jjtc/bookstack-ppm:0.28.3-r0
|
||||
image: jjtc/bookstack-ppm:0.29.0-r0
|
||||
build: ./app/
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in New Issue