Skip to content

Commit

Permalink
⬆ Update bookstack to v0.31.7 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairpaul authored Mar 9, 2021
1 parent c6a2617 commit bdb94b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN \
composer=2.0.11-r0 \
\
&& curl -J -L -o /tmp/bookstack.tar.gz \
https://github.com/BookStackApp/BookStack/archive/v0.31.6.tar.gz \
https://github.com/BookStackApp/BookStack/archive/v0.31.7.tar.gz \
&& mkdir -p /var/www/bookstack \
&& tar zxvf /tmp/bookstack.tar.gz -C \
/var/www/bookstack --strip-components=1 \
Expand Down

0 comments on commit bdb94b8

Please sign in to comment.