Skip to content

Commit

Permalink
⬆️ Upgrades php7 to 7.4.15-r0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 5, 2021
1 parent 7c76237 commit 6fd9952
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.8-r0\
nginx=1.18.0-r13 \
php7-curl=7.4.14-r0 \
php7-dom=7.4.14-r0 \
php7-fileinfo=7.4.14-r0 \
php7-fpm=7.4.14-r0 \
php7-gd=7.4.14-r0 \
php7-json=7.4.14-r0 \
php7-mbstring=7.4.14-r0 \
php7-mysqlnd=7.4.14-r0 \
php7-openssl=7.4.14-r0 \
php7-pdo_mysql=7.4.14-r0 \
php7-session=7.4.14-r0 \
php7-simplexml=7.4.14-r0 \
php7-tidy=7.4.14-r0 \
php7-tokenizer=7.4.14-r0 \
php7-xml=7.4.14-r0 \
php7=7.4.14-r0 \
php7-curl=7.4.15-r0 \
php7-dom=7.4.15-r0 \
php7-fileinfo=7.4.15-r0 \
php7-fpm=7.4.15-r0 \
php7-gd=7.4.15-r0 \
php7-json=7.4.15-r0 \
php7-mbstring=7.4.15-r0 \
php7-mysqlnd=7.4.15-r0 \
php7-openssl=7.4.15-r0 \
php7-pdo_mysql=7.4.15-r0 \
php7-session=7.4.15-r0 \
php7-simplexml=7.4.15-r0 \
php7-tidy=7.4.15-r0 \
php7-tokenizer=7.4.15-r0 \
php7-xml=7.4.15-r0 \
php7=7.4.15-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.0.9-r0 \
Expand Down

0 comments on commit 6fd9952

Please sign in to comment.