⬆️ Upgrades PHP to 8.2.14-r0

This commit is contained in:
Franck Nijhof 2024-01-06 16:03:41 +01:00
parent 0bdb359c47
commit 27373b01df
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -13,27 +13,26 @@ RUN \
composer=2.6.6-r0 \
nginx=1.24.0-r14 \
patch=2.7.6-r10 \
php82-ctype=8.2.13-r0 \
php82-exif=8.2.13-r0 \
php82-fileinfo=8.2.13-r0 \
php82-fpm=8.2.13-r0 \
php82-gd=8.2.13-r0 \
php82-iconv=8.2.13-r0 \
php82-intl=8.2.13-r0 \
php82-ldap=8.2.13-r0 \
php82-mbstring=8.2.13-r0 \
php82-opcache=8.2.13-r0 \
php82-pdo_sqlite=8.2.13-r0 \
php82-pdo=8.2.13-r0 \
php82-simplexml=8.2.13-r0 \
php82-tokenizer=8.2.13-r0 \
php82=8.2.13-r0 \
php82-ctype=8.2.14-r0 \
php82-exif=8.2.14-r0 \
php82-fileinfo=8.2.14-r0 \
php82-fpm=8.2.14-r0 \
php82-gd=8.2.14-r0 \
php82-iconv=8.2.14-r0 \
php82-intl=8.2.14-r0 \
php82-ldap=8.2.14-r0 \
php82-mbstring=8.2.14-r0 \
php82-opcache=8.2.14-r0 \
php82-pdo_sqlite=8.2.14-r0 \
php82-pdo=8.2.14-r0 \
php82-simplexml=8.2.14-r0 \
php82-tokenizer=8.2.14-r0 \
php82=8.2.14-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.43.0-r0 \
php82-openssl=8.2.13-r0 \
php82-phar=8.2.13-r0 \
yarn=1.22.19-r0 \
php82-openssl=8.2.14-r0 \
php82-phar=8.2.14-r0 \
\
&& yarn global add modclean \
\