Skip to content

Commit ab717db

Browse files
authored
⬆️Update Bookstack to v22.10.1 and dependencies (#194)
* ⬆️ 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
1 parent 1e04557 commit ab717db

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Diff for: bookstack/Dockerfile

+20-20
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
99
# hadolint ignore=DL3003
1010
RUN \
1111
apk add --no-cache \
12-
mariadb-client=10.6.8-r0 \
13-
nginx=1.22.0-r1 \
14-
php8-curl=8.0.21-r0 \
15-
php8-dom=8.0.21-r0 \
16-
php8-fileinfo=8.0.21-r0 \
17-
php8-fpm=8.0.21-r0 \
18-
php8-gd=8.0.21-r0 \
19-
php8-ldap=8.0.21-r0 \
20-
php8-mbstring=8.0.21-r0 \
21-
php8-mysqlnd=8.0.21-r0 \
22-
php8-openssl=8.0.21-r0 \
23-
php8-pdo_mysql=8.0.21-r0 \
24-
php8-session=8.0.21-r0 \
25-
php8-simplexml=8.0.21-r0 \
26-
php8-tokenizer=8.0.21-r0 \
27-
php8-xml=8.0.21-r0 \
28-
php8-xmlwriter=8.0.21-r0 \
29-
php8=8.0.21-r0 \
12+
mariadb-client=10.6.10-r0 \
13+
nginx=1.22.1-r0 \
14+
php8-curl=8.0.24-r0 \
15+
php8-dom=8.0.24-r0 \
16+
php8-fileinfo=8.0.24-r0 \
17+
php8-fpm=8.0.24-r0 \
18+
php8-gd=8.0.24-r0 \
19+
php8-ldap=8.0.24-r0 \
20+
php8-mbstring=8.0.24-r0 \
21+
php8-mysqlnd=8.0.24-r0 \
22+
php8-openssl=8.0.24-r0 \
23+
php8-pdo_mysql=8.0.24-r0 \
24+
php8-session=8.0.24-r0 \
25+
php8-simplexml=8.0.24-r0 \
26+
php8-tokenizer=8.0.24-r0 \
27+
php8-xml=8.0.24-r0 \
28+
php8-xmlwriter=8.0.24-r0 \
29+
php8=8.0.24-r0 \
3030
\
3131
&& apk add --no-cache --virtual .build-dependencies \
32-
composer=2.3.10-r0 \
32+
composer=2.4.2-r0 \
3333
\
3434
&& curl -J -L -o /tmp/bookstack.tar.gz \
35-
https://github.com/BookStackApp/BookStack/archive/v22.07.1.tar.gz \
35+
https://github.com/BookStackApp/BookStack/archive/v22.10.1.tar.gz \
3636
&& mkdir -p /var/www/bookstack \
3737
&& tar zxf /tmp/bookstack.tar.gz -C \
3838
/var/www/bookstack --strip-components=1 \

0 commit comments

Comments
 (0)