Skip to content

Commit 113364e

Browse files
authored
⬆ Update bookstack to v21.05 (#101)
* 🔨 Remove php-tidy as no longer required * ⬆ Update bookstack to v21.05
1 parent 94ab8d6 commit 113364e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bookstack/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ RUN \
2424
php7-pdo_mysql=7.4.19-r0 \
2525
php7-session=7.4.19-r0 \
2626
php7-simplexml=7.4.19-r0 \
27-
php7-tidy=7.4.19-r0 \
2827
php7-tokenizer=7.4.19-r0 \
2928
php7-xml=7.4.19-r0 \
3029
php7=7.4.19-r0 \
@@ -33,7 +32,7 @@ RUN \
3332
composer=2.0.13-r0 \
3433
\
3534
&& curl -J -L -o /tmp/bookstack.tar.gz \
36-
https://github.com/BookStackApp/BookStack/archive/v21.04.3.tar.gz \
35+
https://github.com/BookStackApp/BookStack/archive/v21.05.tar.gz \
3736
&& mkdir -p /var/www/bookstack \
3837
&& tar zxvf /tmp/bookstack.tar.gz -C \
3938
/var/www/bookstack --strip-components=1 \

0 commit comments

Comments
 (0)