⬆️ Update PHP to v8.3.15-r0 (#451)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-19 18:31:49 +01:00 committed by GitHub
parent a3b3d4f0d2
commit b442613a27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.2.1"
RUN \
apk add --no-cache \
nginx=1.26.2-r3 \
php83-curl=8.3.14-r0 \
php83-dom=8.3.14-r0 \
php83-fpm=8.3.14-r0 \
php83-iconv=8.3.14-r0 \
php83-mbstring=8.3.14-r0 \
php83-opcache=8.3.14-r0 \
php83-session=8.3.14-r0 \
php83-zip=8.3.14-r0 \
php83=8.3.14-r0 \
php83-curl=8.3.15-r0 \
php83-dom=8.3.15-r0 \
php83-fpm=8.3.15-r0 \
php83-iconv=8.3.15-r0 \
php83-mbstring=8.3.15-r0 \
php83-opcache=8.3.15-r0 \
php83-session=8.3.15-r0 \
php83-zip=8.3.15-r0 \
php83=8.3.15-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.8.4-r0 \