Update to 0.31.4
This commit is contained in:
parent
d569da71c8
commit
29019dba13
|
|
@ -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.31.0 \
|
BOOKSTACK_VERSION=0.31.4 \
|
||||||
BOOKSTACK_HOME="/app"
|
BOOKSTACK_HOME="/app"
|
||||||
|
|
||||||
COPY entrypoint.sh /app/entrypoint.sh
|
COPY entrypoint.sh /app/entrypoint.sh
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
- backend
|
- backend
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: jjtc/bookstack-ppm:0.31.0-r0
|
image: jjtc/bookstack-ppm:0.31.4-r0
|
||||||
build: ./app/
|
build: ./app/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue