Skip to content

Commit

Permalink
⬆ Update bookstack to v21.05 (#101)
Browse files Browse the repository at this point in the history
* 🔨 Remove php-tidy as no longer required

* ⬆ Update bookstack to v21.05
  • Loading branch information
sinclairpaul authored May 30, 2021
1 parent 94ab8d6 commit 113364e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bookstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ RUN \
php7-pdo_mysql=7.4.19-r0 \
php7-session=7.4.19-r0 \
php7-simplexml=7.4.19-r0 \
php7-tidy=7.4.19-r0 \
php7-tokenizer=7.4.19-r0 \
php7-xml=7.4.19-r0 \
php7=7.4.19-r0 \
Expand All @@ -33,7 +32,7 @@ RUN \
composer=2.0.13-r0 \
\
&& curl -J -L -o /tmp/bookstack.tar.gz \
https://github.com/BookStackApp/BookStack/archive/v21.04.3.tar.gz \
https://github.com/BookStackApp/BookStack/archive/v21.05.tar.gz \
&& mkdir -p /var/www/bookstack \
&& tar zxvf /tmp/bookstack.tar.gz -C \
/var/www/bookstack --strip-components=1 \
Expand Down

0 comments on commit 113364e

Please sign in to comment.