mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-03 18:41:30 +00:00
⬆️ Update PHP to v8.3.9-r0 (#416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
06dd2864f7
commit
41df917615
1 changed files with 9 additions and 9 deletions
|
@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.1.1"
|
|||
RUN \
|
||||
apk add --no-cache \
|
||||
nginx=1.26.1-r0 \
|
||||
php83-curl=8.3.8-r0 \
|
||||
php83-dom=8.3.8-r0 \
|
||||
php83-fpm=8.3.8-r0 \
|
||||
php83-iconv=8.3.8-r0 \
|
||||
php83-mbstring=8.3.8-r0 \
|
||||
php83-opcache=8.3.8-r0 \
|
||||
php83-session=8.3.8-r0 \
|
||||
php83-zip=8.3.8-r0 \
|
||||
php83=8.3.8-r0 \
|
||||
php83-curl=8.3.9-r0 \
|
||||
php83-dom=8.3.9-r0 \
|
||||
php83-fpm=8.3.9-r0 \
|
||||
php83-iconv=8.3.9-r0 \
|
||||
php83-mbstring=8.3.9-r0 \
|
||||
php83-opcache=8.3.9-r0 \
|
||||
php83-session=8.3.9-r0 \
|
||||
php83-zip=8.3.9-r0 \
|
||||
php83=8.3.9-r0 \
|
||||
\
|
||||
&& apk add --no-cache --virtual .build-dependencies \
|
||||
composer=2.7.7-r0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue