8000 Update to 0.28.0 · JJTC-Containers/bookstack-ppm@432f954 · GitHub
[go: up one dir, main page]

Skip to content

Commit 432f954

Browse files
committed
Update to 0.28.0
1 parent de9271f commit 432f954

File tree

2 files changed

+2
-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.3 \
66
PPM_HTTP_VERSION=2.0.2 \
77
BOOKSTACK=BookStack \
8-
BOOKSTACK_VERSION=0.27.5 \
8+
BOOKSTACK_VERSION=0.28.0 \
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.5-r0
28+
image: jjtc/bookstack-ppm:0.28.0-r0
2929
build: ./app/
3030
restart: unless-stopped
3131
depends_on:

0 commit comments

Comments
 (0)
0