mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
⬆️ Update PHP to v8.1.22-r0 (#339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9c92434494
commit
13a3204ec8
1 changed files with 9 additions and 9 deletions
|
@ -11,15 +11,15 @@ ARG TASMOADMIN_VERSION="v3.1.0"
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
nginx=1.24.0-r6 \
|
nginx=1.24.0-r6 \
|
||||||
php81-curl=8.1.21-r0 \
|
php81-curl=8.1.22-r0 \
|
||||||
php81-dom=8.1.21-r0 \
|
php81-dom=8.1.22-r0 \
|
||||||
php81-fpm=8.1.21-r0 \
|
php81-fpm=8.1.22-r0 \
|
||||||
php81-iconv=8.1.21-r0 \
|
php81-iconv=8.1.22-r0 \
|
||||||
php81-mbstring=8.1.21-r0 \
|
php81-mbstring=8.1.22-r0 \
|
||||||
php81-opcache=8.1.21-r0 \
|
php81-opcache=8.1.22-r0 \
|
||||||
php81-session=8.1.21-r0 \
|
php81-session=8.1.22-r0 \
|
||||||
php81-zip=8.1.21-r0 \
|
php81-zip=8.1.22-r0 \
|
||||||
php81=8.1.21-r0 \
|
php81=8.1.22-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache --virtual .build-dependencies \
|
&& apk add --no-cache --virtual .build-dependencies \
|
||||||
composer=2.5.8-r0 \
|
composer=2.5.8-r0 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue