Skip to content

Commit

Permalink
⬆️ Upgrades php7 to 7.4.21-r0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 13, 2021
1 parent 1c79e1f commit 3f4e854
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions bookstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ RUN \
apk add --no-cache \
mariadb-client=10.5.11-r0 \
nginx=1.20.1-r3 \
php7-curl=7.4.20-r0 \
php7-dom=7.4.20-r0 \
php7-fileinfo=7.4.20-r0 \
php7-fpm=7.4.20-r0 \
php7-gd=7.4.20-r0 \
php7-json=7.4.20-r0 \
php7-ldap=7.4.20-r0 \
php7-mbstring=7.4.20-r0 \
php7-mysqlnd=7.4.20-r0 \
php7-openssl=7.4.20-r0 \
php7-pdo_mysql=7.4.20-r0 \
php7-session=7.4.20-r0 \
php7-simplexml=7.4.20-r0 \
php7-tokenizer=7.4.20-r0 \
php7-xml=7.4.20-r0 \
php7=7.4.20-r0 \
php7-curl=7.4.21-r0 \
php7-dom=7.4.21-r0 \
php7-fileinfo=7.4.21-r0 \
php7-fpm=7.4.21-r0 \
php7-gd=7.4.21-r0 \
php7-json=7.4.21-r0 \
php7-ldap=7.4.21-r0 \
php7-mbstring=7.4.21-r0 \
php7-mysqlnd=7.4.21-r0 \
php7-openssl=7.4.21-r0 \
php7-pdo_mysql=7.4.21-r0 \
php7-session=7.4.21-r0 \
php7-simplexml=7.4.21-r0 \
php7-tokenizer=7.4.21-r0 \
php7-xml=7.4.21-r0 \
php7=7.4.21-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.1.3-r0 \
Expand Down

0 comments on commit 3f4e854

Please sign in to comment.