mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 11:11:30 +00:00
⬆️ Update PHP to v8.2.16-r0 (#431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7393cc2429
commit
9b60908405
1 changed files with 17 additions and 17 deletions
|
@ -13,26 +13,26 @@ RUN \
|
||||||
composer=2.7.1-r0 \
|
composer=2.7.1-r0 \
|
||||||
nginx=1.24.0-r15 \
|
nginx=1.24.0-r15 \
|
||||||
patch=2.7.6-r10 \
|
patch=2.7.6-r10 \
|
||||||
php82-ctype=8.2.15-r0 \
|
php82-ctype=8.2.16-r0 \
|
||||||
php82-exif=8.2.15-r0 \
|
php82-exif=8.2.16-r0 \
|
||||||
php82-fileinfo=8.2.15-r0 \
|
php82-fileinfo=8.2.16-r0 \
|
||||||
php82-fpm=8.2.15-r0 \
|
php82-fpm=8.2.16-r0 \
|
||||||
php82-gd=8.2.15-r0 \
|
php82-gd=8.2.16-r0 \
|
||||||
php82-iconv=8.2.15-r0 \
|
php82-iconv=8.2.16-r0 \
|
||||||
php82-intl=8.2.15-r0 \
|
php82-intl=8.2.16-r0 \
|
||||||
php82-ldap=8.2.15-r0 \
|
php82-ldap=8.2.16-r0 \
|
||||||
php82-mbstring=8.2.15-r0 \
|
php82-mbstring=8.2.16-r0 \
|
||||||
php82-opcache=8.2.15-r0 \
|
php82-opcache=8.2.16-r0 \
|
||||||
php82-pdo_sqlite=8.2.15-r0 \
|
php82-pdo_sqlite=8.2.16-r0 \
|
||||||
php82-pdo=8.2.15-r0 \
|
php82-pdo=8.2.16-r0 \
|
||||||
php82-simplexml=8.2.15-r0 \
|
php82-simplexml=8.2.16-r0 \
|
||||||
php82-tokenizer=8.2.15-r0 \
|
php82-tokenizer=8.2.16-r0 \
|
||||||
php82=8.2.15-r0 \
|
php82=8.2.16-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache --virtual .build-dependencies \
|
&& apk add --no-cache --virtual .build-dependencies \
|
||||||
git=2.43.0-r0 \
|
git=2.43.0-r0 \
|
||||||
php82-openssl=8.2.15-r0 \
|
php82-openssl=8.2.16-r0 \
|
||||||
php82-phar=8.2.15-r0 \
|
php82-phar=8.2.16-r0 \
|
||||||
\
|
\
|
||||||
&& yarn global add modclean \
|
&& yarn global add modclean \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue