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 9d8da75 commit fd4bd64Copy full SHA for fd4bd64
bookstack/Dockerfile
@@ -32,7 +32,7 @@ RUN \
32
composer=1.9.1-r0 \
33
\
34
&& curl -J -L -o /tmp/bookstack.tar.gz \
35
- https://github.com/BookStackApp/BookStack/archive/v0.28.3.tar.gz \
+ https://github.com/BookStackApp/BookStack/archive/v0.29.0.tar.gz \
36
&& mkdir -p /var/www/bookstack \
37
&& tar zxvf /tmp/bookstack.tar.gz -C \
38
/var/www/bookstack --strip-components=1 \
0 commit comments