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 a53169a commit a1243cfCopy full SHA for a1243cf
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.8.tar.gz \
+ https://github.com/BookStackApp/BookStack/archive/v21.04.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