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 94ab8d6 commit 113364eCopy full SHA for 113364e
bookstack/Dockerfile
@@ -24,7 +24,6 @@ RUN \
24
php7-pdo_mysql=7.4.19-r0 \
25
php7-session=7.4.19-r0 \
26
php7-simplexml=7.4.19-r0 \
27
- php7-tidy=7.4.19-r0 \
28
php7-tokenizer=7.4.19-r0 \
29
php7-xml=7.4.19-r0 \
30
php7=7.4.19-r0 \
@@ -33,7 +32,7 @@ RUN \
33
32
composer=2.0.13-r0 \
34
\
35
&& curl -J -L -o /tmp/bookstack.tar.gz \
36
- https://github.com/BookStackApp/BookStack/archive/v21.04.3.tar.gz \
+ https://github.com/BookStackApp/BookStack/archive/v21.05.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