mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
⬆️ Upgrades php8 to 8.0.14-r0 (#266)
This commit is contained in:
parent
c60f4b180e
commit
15ca097a0b
1 changed files with 17 additions and 17 deletions
|
@ -11,28 +11,28 @@ RUN \
|
|||
apk add --no-cache \
|
||||
nginx=1.20.2-r0 \
|
||||
patch=2.7.6-r7 \
|
||||
php8-ctype=8.0.13-r0 \
|
||||
php8-exif=8.0.13-r0 \
|
||||
php8-fileinfo=8.0.13-r0 \
|
||||
php8-fpm=8.0.13-r0 \
|
||||
php8-gd=8.0.13-r0 \
|
||||
php8-iconv=8.0.13-r0 \
|
||||
php8-intl=8.0.13-r0 \
|
||||
php8-ldap=8.0.13-r0 \
|
||||
php8-mbstring=8.0.13-r0 \
|
||||
php8-opcache=8.0.13-r0 \
|
||||
php8-pdo_sqlite=8.0.13-r0 \
|
||||
php8-pdo=8.0.13-r0 \
|
||||
php8-simplexml=8.0.13-r0 \
|
||||
php8-tokenizer=8.0.13-r0 \
|
||||
php8=8.0.13-r0 \
|
||||
php8-ctype=8.0.14-r0 \
|
||||
php8-exif=8.0.14-r0 \
|
||||
php8-fileinfo=8.0.14-r0 \
|
||||
php8-fpm=8.0.14-r0 \
|
||||
php8-gd=8.0.14-r0 \
|
||||
php8-iconv=8.0.14-r0 \
|
||||
php8-intl=8.0.14-r0 \
|
||||
php8-ldap=8.0.14-r0 \
|
||||
php8-mbstring=8.0.14-r0 \
|
||||
php8-opcache=8.0.14-r0 \
|
||||
php8-pdo_sqlite=8.0.14-r0 \
|
||||
php8-pdo=8.0.14-r0 \
|
||||
php8-simplexml=8.0.14-r0 \
|
||||
php8-tokenizer=8.0.14-r0 \
|
||||
php8=8.0.14-r0 \
|
||||
\
|
||||
&& ln -s /usr/bin/php8 /usr/bin/php \
|
||||
\
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
git=2.34.1-r0 \
|
||||
php8-openssl=8.0.13-r0 \
|
||||
php8-phar=8.0.13-r0 \
|
||||
php8-openssl=8.0.14-r0 \
|
||||
php8-phar=8.0.14-r0 \
|
||||
yarn=1.22.17-r0 \
|
||||
\
|
||||
&& curl -sS https://getcomposer.org/installer \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue