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 f786aad commit 56ce00aCopy full SHA for 56ce00a
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.7.tar.gz \
+ https://github.com/BookStackApp/BookStack/archive/v0.31.8.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