⬆️ Update PHP to v8.1.28-r0 (#213)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-11 20:19:11 +02:00 committed by GitHub
parent 09f0a2b380
commit f2a98b561a
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=10.11.6-r0 \
nginx=1.24.0-r15 \
php81-curl=8.1.27-r0 \
php81-fpm=8.1.27-r0 \
php81-gd=8.1.27-r0 \
php81-iconv=8.1.27-r0 \
php81-mbstring=8.1.27-r0 \
php81-mysqli=8.1.27-r0 \
php81-opcache=8.1.27-r0 \
php81-openssl=8.1.27-r0 \
php81-session=8.1.27-r0 \
php81-xml=8.1.27-r0 \
php81-zip=8.1.27-r0 \
php81=8.1.27-r0 \
php81-curl=8.1.28-r0 \
php81-fpm=8.1.28-r0 \
php81-gd=8.1.28-r0 \
php81-iconv=8.1.28-r0 \
php81-mbstring=8.1.28-r0 \
php81-mysqli=8.1.28-r0 \
php81-opcache=8.1.28-r0 \
php81-openssl=8.1.28-r0 \
php81-session=8.1.28-r0 \
php81-xml=8.1.28-r0 \
php81-zip=8.1.28-r0 \
php81=8.1.28-r0 \
\
&& mkdir /var/www/phpmyadmin \
&& curl -L -s \