⬆️ Upgrades php8 to 8.0.25-r0

This commit is contained in:
Franck Nijhof 2022-11-09 11:46:43 +01:00
parent 0471152603
commit e306e7bf0e
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -12,26 +12,26 @@ RUN \
composer=2.3.10-r0 \
nginx=1.22.0-r1 \
patch=2.7.6-r7 \
php8-ctype=8.0.22-r0 \
php8-exif=8.0.22-r0 \
php8-fileinfo=8.0.22-r0 \
php8-fpm=8.0.22-r0 \
php8-gd=8.0.22-r0 \
php8-iconv=8.0.22-r0 \
php8-intl=8.0.22-r0 \
php8-ldap=8.0.22-r0 \
php8-mbstring=8.0.22-r0 \
php8-opcache=8.0.22-r0 \
php8-pdo_sqlite=8.0.22-r0 \
php8-pdo=8.0.22-r0 \
php8-simplexml=8.0.22-r0 \
php8-tokenizer=8.0.22-r0 \
php8=8.0.22-r0 \
php8-ctype=8.0.25-r0 \
php8-exif=8.0.25-r0 \
php8-fileinfo=8.0.25-r0 \
php8-fpm=8.0.25-r0 \
php8-gd=8.0.25-r0 \
php8-iconv=8.0.25-r0 \
php8-intl=8.0.25-r0 \
php8-ldap=8.0.25-r0 \
php8-mbstring=8.0.25-r0 \
php8-opcache=8.0.25-r0 \
php8-pdo_sqlite=8.0.25-r0 \
php8-pdo=8.0.25-r0 \
php8-simplexml=8.0.25-r0 \
php8-tokenizer=8.0.25-r0 \
php8=8.0.25-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.36.2-r0 \
php8-openssl=8.0.22-r0 \
php8-phar=8.0.22-r0 \
php8-openssl=8.0.25-r0 \
php8-phar=8.0.25-r0 \
yarn=1.22.19-r0 \
\
&& yarn global add modclean \