Update to 0.31.6

This commit is contained in:
TBK 2021-02-25 10:55:47 +01:00
parent c1cfee6015
commit 94eba4bee2
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ LABEL maintainer="JJTC <oci@jjtc.eu>"
ENV PPM_VERSION=2.2.1 \ ENV PPM_VERSION=2.2.1 \
PPM_HTTP_VERSION=2.0.6 \ PPM_HTTP_VERSION=2.0.6 \
BOOKSTACK=BookStack \ BOOKSTACK=BookStack \
BOOKSTACK_VERSION=0.31.4 \ BOOKSTACK_VERSION=0.31.6 \
BOOKSTACK_HOME="/app" BOOKSTACK_HOME="/app"
COPY entrypoint.sh /app/entrypoint.sh COPY entrypoint.sh /app/entrypoint.sh

View File

@ -15,7 +15,7 @@ services:
- backend - backend
cache: cache:
image: redis:5-alpine image: redis:6-alpine
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=${TZ} - TZ=${TZ}
@ -25,7 +25,7 @@ services:
- backend - backend
app: app:
image: jjtc/bookstack-ppm:0.31.4-r0 image: jjtc/bookstack-ppm:0.31.6-r0
build: ./app/ build: ./app/
restart: unless-stopped restart: unless-stopped
depends_on: depends_on: