Update to 0.27.4

This commit is contained in:
TBK 2019-09-07 19:46:45 +02:00
parent 06b5e2147f
commit bfad479b47
No known key found for this signature in database
GPG Key ID: 5FFB25718720C7D7
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ LABEL maintainer="JJTC <docker@jjtc.eu>"
ENV PPM_VERSION=2.0.0 \ ENV PPM_VERSION=2.0.0 \
PPM_HTTP_VERSION=2.0.2 \ PPM_HTTP_VERSION=2.0.2 \
BOOKSTACK=BookStack \ BOOKSTACK=BookStack \
BOOKSTACK_VERSION=0.27.3 \ BOOKSTACK_VERSION=0.27.4 \
BOOKSTACK_HOME="/app" BOOKSTACK_HOME="/app"
COPY docker-entrypoint.sh /app/docker-entrypoint.sh COPY docker-entrypoint.sh /app/docker-entrypoint.sh

View File

@ -1,7 +1,7 @@
version: '3.5' version: '3.5'
services: services:
db: db:
image: mariadb:10.3 image: mariadb:10.4
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.27.3-r0 image: jjtc/bookstack-ppm:0.27.4-r0
build: ./app/ build: ./app/
restart: unless-stopped restart: unless-stopped
depends_on: depends_on: