Skip to content

Commit 483a47a

Browse files
committed
⬆Update php to 7.3.23-r0
1 parent 4fd6bb4 commit 483a47a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bookstack/Dockerfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ RUN \
1111
apk add --no-cache \
1212
mariadb-client=10.4.15-r0 \
1313
nginx=1.18.0-r1 \
14+
php7-curl=7.3.23-r0 \
15+
php7-dom=7.3.23-r0 \
16+
php7-fileinfo=7.3.23-r0 \
17+
php7-fpm=7.3.23-r0 \
18+
php7-gd=7.3.23-r0 \
19+
php7-json=7.3.23-r0 \
20+
php7-mbstring=7.3.23-r0 \
21+
php7-mysqlnd=7.3.23-r0 \
22+
php7-openssl=7.3.23-r0 \
23+
php7-pdo_mysql=7.3.23-r0 \
24+
php7-session=7.3.23-r0 \
25+
php7-simplexml=7.3.23-r0 \
26+
php7-tidy=7.3.23-r0 \
27+
php7-tokenizer=7.3.23-r0 \
28+
php7-xml=7.3.23-r0 \
29+
php7=7.3.23-r0 \
1430
\
1531
&& apk add --no-cache --virtual .build-dependencies \
1632
composer=1.10.10-r0 \

0 commit comments

Comments
 (0)