⬆️ Update PHP to v8.1.20-r0 (#320)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-15 17:59:52 +02:00 committed by GitHub
parent ecd4161066
commit dcbb333d45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,15 +11,15 @@ ARG TASMOADMIN_VERSION="v3.0.5"
RUN \ RUN \
apk add --no-cache \ apk add --no-cache \
nginx=1.24.0-r6 \ nginx=1.24.0-r6 \
php81-curl=8.1.19-r2 \ php81-curl=8.1.20-r0 \
php81-dom=8.1.19-r2 \ php81-dom=8.1.20-r0 \
php81-fpm=8.1.19-r2 \ php81-fpm=8.1.20-r0 \
php81-iconv=8.1.19-r2 \ php81-iconv=8.1.20-r0 \
php81-mbstring=8.1.19-r2 \ php81-mbstring=8.1.20-r0 \
php81-opcache=8.1.19-r2 \ php81-opcache=8.1.20-r0 \
php81-session=8.1.19-r2 \ php81-session=8.1.20-r0 \
php81-zip=8.1.19-r2 \ php81-zip=8.1.20-r0 \
php81=8.1.19-r2 \ php81=8.1.20-r0 \
\ \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
composer=2.5.5-r0 \ composer=2.5.5-r0 \