Skip to content

Commit 56ce00a

Browse files
authored
⬆ Update Bookstack to v0.31.8 (#65)
1 parent f786aad commit 56ce00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookstack/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN \
3333
composer=2.0.11-r0 \
3434
\
3535
&& curl -J -L -o /tmp/bookstack.tar.gz \
36-
https://github.com/BookStackApp/BookStack/archive/v0.31.7.tar.gz \
36+
https://github.com/BookStackApp/BookStack/archive/v0.31.8.tar.gz \
3737
&& mkdir -p /var/www/bookstack \
3838
&& tar zxvf /tmp/bookstack.tar.gz -C \
3939
/var/www/bookstack --strip-components=1 \

0 commit comments

Comments
 (0)