We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a2617 commit bdb94b8Copy full SHA for bdb94b8
bookstack/Dockerfile
@@ -33,7 +33,7 @@ RUN \
33
composer=2.0.11-r0 \
34
\
35
&& curl -J -L -o /tmp/bookstack.tar.gz \
36
- https://github.com/BookStackApp/BookStack/archive/v0.31.6.tar.gz \
+ https://github.com/BookStackApp/BookStack/archive/v0.31.7.tar.gz \
37
&& mkdir -p /var/www/bookstack \
38
&& tar zxvf /tmp/bookstack.tar.gz -C \
39
/var/www/bookstack --strip-components=1 \
0 commit comments