mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +00:00
⬆️ Update PHP to v8.2.19-r0 (#402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e288a561f2
commit
510e28b148
1 changed files with 9 additions and 9 deletions
|
@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.1.0"
|
|||
RUN \
|
||||
apk add --no-cache \
|
||||
nginx=1.24.0-r16 \
|
||||
php82-curl=8.2.18-r0 \
|
||||
php82-dom=8.2.18-r0 \
|
||||
php82-fpm=8.2.18-r0 \
|
||||
php82-iconv=8.2.18-r0 \
|
||||
php82-mbstring=8.2.18-r0 \
|
||||
php82-opcache=8.2.18-r0 \
|
||||
php82-session=8.2.18-r0 \
|
||||
php82-zip=8.2.18-r0 \
|
||||
php82=8.2.18-r0 \
|
||||
php82-curl=8.2.19-r0 \
|
||||
php82-dom=8.2.19-r0 \
|
||||
php82-fpm=8.2.19-r0 \
|
||||
php82-iconv=8.2.19-r0 \
|
||||
php82-mbstring=8.2.19-r0 \
|
||||
php82-opcache=8.2.19-r0 \
|
||||
php82-session=8.2.19-r0 \
|
||||
php82-zip=8.2.19-r0 \
|
||||
php82=8.2.19-r0 \
|
||||
\
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
composer=2.7.6-r0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue