Skip to content

Commit

Permalink
⬆️Update Bookstack to v22.10.1 and dependencies (#194)
Browse files Browse the repository at this point in the history
* ⬆️ Update php to 8.0.24-r0

* ⬆️ Update nginx to 1.22.1-r0

* ⬆️ Update mariadb-client to 10.6.10-r0

* ⬆️ Update composer to 2.4.2-r0

* ⬆️ Update bookstack to v22.10.1
  • Loading branch information
sinclairpaul authored Oct 22, 2022
1 parent 1e04557 commit ab717db
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions bookstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3003
RUN \
apk add --no-cache \
mariadb-client=10.6.8-r0 \
nginx=1.22.0-r1 \
php8-curl=8.0.21-r0 \
php8-dom=8.0.21-r0 \
php8-fileinfo=8.0.21-r0 \
php8-fpm=8.0.21-r0 \
php8-gd=8.0.21-r0 \
php8-ldap=8.0.21-r0 \
php8-mbstring=8.0.21-r0 \
php8-mysqlnd=8.0.21-r0 \
php8-openssl=8.0.21-r0 \
php8-pdo_mysql=8.0.21-r0 \
php8-session=8.0.21-r0 \
php8-simplexml=8.0.21-r0 \
php8-tokenizer=8.0.21-r0 \
php8-xml=8.0.21-r0 \
php8-xmlwriter=8.0.21-r0 \
php8=8.0.21-r0 \
mariadb-client=10.6.10-r0 \
nginx=1.22.1-r0 \
php8-curl=8.0.24-r0 \
php8-dom=8.0.24-r0 \
php8-fileinfo=8.0.24-r0 \
php8-fpm=8.0.24-r0 \
php8-gd=8.0.24-r0 \
php8-ldap=8.0.24-r0 \
php8-mbstring=8.0.24-r0 \
php8-mysqlnd=8.0.24-r0 \
php8-openssl=8.0.24-r0 \
php8-pdo_mysql=8.0.24-r0 \
php8-session=8.0.24-r0 \
php8-simplexml=8.0.24-r0 \
php8-tokenizer=8.0.24-r0 \
php8-xml=8.0.24-r0 \
php8-xmlwriter=8.0.24-r0 \
php8=8.0.24-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.3.10-r0 \
composer=2.4.2-r0 \
\
&& curl -J -L -o /tmp/bookstack.tar.gz \
https://github.com/BookStackApp/BookStack/archive/v22.07.1.tar.gz \
https://github.com/BookStackApp/BookStack/archive/v22.10.1.tar.gz \
&& mkdir -p /var/www/bookstack \
&& tar zxf /tmp/bookstack.tar.gz -C \
/var/www/bookstack --strip-components=1 \
Expand Down

0 comments on commit ab717db

Please sign in to comment.