mirror of
https://github.com/hassio-addons/addon-phpmyadmin.git
synced 2025-05-07 04:21:26 +00:00
⬆️ Update PHP to v8.2.28-r0 (#237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4a5a91dc6e
commit
349ba55a8a
1 changed files with 12 additions and 12 deletions
|
@ -11,18 +11,18 @@ RUN \
|
|||
apk add --no-cache \
|
||||
mariadb-client=11.4.5-r0 \
|
||||
nginx=1.26.3-r0 \
|
||||
php82-curl=8.2.27-r0 \
|
||||
php82-fpm=8.2.27-r0 \
|
||||
php82-gd=8.2.27-r0 \
|
||||
php82-iconv=8.2.27-r0 \
|
||||
php82-mbstring=8.2.27-r0 \
|
||||
php82-mysqli=8.2.27-r0 \
|
||||
php82-opcache=8.2.27-r0 \
|
||||
php82-openssl=8.2.27-r0 \
|
||||
php82-session=8.2.27-r0 \
|
||||
php82-xml=8.2.27-r0 \
|
||||
php82-zip=8.2.27-r0 \
|
||||
php82=8.2.27-r0 \
|
||||
php82-curl=8.2.28-r0 \
|
||||
php82-fpm=8.2.28-r0 \
|
||||
php82-gd=8.2.28-r0 \
|
||||
php82-iconv=8.2.28-r0 \
|
||||
php82-mbstring=8.2.28-r0 \
|
||||
php82-mysqli=8.2.28-r0 \
|
||||
php82-opcache=8.2.28-r0 \
|
||||
php82-openssl=8.2.28-r0 \
|
||||
php82-session=8.2.28-r0 \
|
||||
php82-xml=8.2.28-r0 \
|
||||
php82-zip=8.2.28-r0 \
|
||||
php82=8.2.28-r0 \
|
||||
\
|
||||
&& mkdir /var/www/phpmyadmin \
|
||||
&& curl -L -s \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue