⬆️ Update PHP to v8.2.28-r0 (#237)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-17 10:05:45 +01:00 committed by GitHub
parent 4a5a91dc6e
commit 349ba55a8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,18 +11,18 @@ RUN \
apk add --no-cache \
mariadb-client=11.4.5-r0 \
nginx=1.26.3-r0 \
php82-curl=8.2.27-r0 \
php82-fpm=8.2.27-r0 \
php82-gd=8.2.27-r0 \
php82-iconv=8.2.27-r0 \
php82-mbstring=8.2.27-r0 \
php82-mysqli=8.2.27-r0 \
php82-opcache=8.2.27-r0 \
php82-openssl=8.2.27-r0 \
php82-session=8.2.27-r0 \
php82-xml=8.2.27-r0 \
php82-zip=8.2.27-r0 \
php82=8.2.27-r0 \
php82-curl=8.2.28-r0 \
php82-fpm=8.2.28-r0 \
php82-gd=8.2.28-r0 \
php82-iconv=8.2.28-r0 \
php82-mbstring=8.2.28-r0 \
php82-mysqli=8.2.28-r0 \
php82-opcache=8.2.28-r0 \
php82-openssl=8.2.28-r0 \
php82-session=8.2.28-r0 \
php82-xml=8.2.28-r0 \
php82-zip=8.2.28-r0 \
php82=8.2.28-r0 \
\
&& mkdir /var/www/phpmyadmin \
&& curl -L -s \