File tree Expand file tree Collapse file tree 4 files changed +12
-13
lines changed
Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,17 @@ RUN \
1111 apk add --no-cache \
1212 mariadb-client=10.5.12-r0 \
1313 nginx=1.20.1-r3 \
14- php7-curl=7.4.22-r0 \
15- php7-fpm=7.4.22-r0 \
16- php7-gd=7.4.22-r0 \
17- php7-iconv=7.4.22-r0 \
18- php7-json=7.4.22-r0 \
19- php7-mbstring=7.4.22-r0 \
20- php7-mysqli=7.4.22-r0 \
21- php7-opcache=7.4.22-r0 \
22- php7-session=7.4.22-r0 \
23- php7-xml=7.4.22-r0 \
24- php7-zip=7.4.22-r0 \
25- php7=7.4.22-r0 \
14+ php8-curl=8.0.9-r0 \
15+ php8-fpm=8.0.9-r0 \
16+ php8-gd=8.0.9-r0 \
17+ php8-iconv=8.0.9-r0 \
18+ php8-mbstring=8.0.9-r0 \
19+ php8-mysqli=8.0.9-r0 \
20+ php8-opcache=8.0.9-r0 \
21+ php8-session=8.0.9-r0 \
22+ php8-xml=8.0.9-r0 \
23+ php8-zip=8.0.9-r0 \
24+ php8=8.0.9-r0 \
2625 \
2726 && mkdir /var/www/phpmyadmin \
2827 && curl -L -s \
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ SERVICE_PASSWORD=$(bashio::services "mysql" "password")
1515SERVICE_PORT=$(bashio::services "mysql" "port")
1616SERVICE_USERNAME=$(bashio::services "mysql" "username")
1717
18- exec php-fpm7 --nodaemonize
18+ exec php-fpm8 --nodaemonize
You can’t perform that action at this time.
0 commit comments