8000 Update to 0.27.3 · JJTC-Containers/bookstack-ppm@06b5e21 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06b5e21

Browse files
committed
Update to 0.27.3
1 parent 8e7f55a commit 06b5e21

File tree

2 files changed

+2
< 8000 div class="ml-1 text-small text-bold fgColor-danger">-2
lines changed

2 files changed

+2
-2
lines changed

app/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer="JJTC <docker@jjtc.eu>"
55
ENV PPM_VERSION=2.0.0 \
66
PPM_HTTP_VERSION=2.0.2 \
77
BOOKSTACK=BookStack \
8-
BOOKSTACK_VERSION=0.27.2 \
8+
BOOKSTACK_VERSION=0.27.3 \
99
BOOKSTACK_HOME="/app"
1010

1111
COPY docker-entrypoint.sh /app/docker-entrypoint.sh

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- backend
2626

2727
app:
28-
image: jjtc/bookstack-ppm:0.27.2-r0
28+
image: jjtc/bookstack-ppm:0.27.3-r0
2929
build: ./app/
3030
restart: unless-stopped
3131
depends_on:

0 commit comments

Comments
 (0)
0