Skip to content

Commit d53b41e

Browse files
authored
⬆️ Upgrade php7 -> php8 (#90)
1 parent 515f5b3 commit d53b41e

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

phpmyadmin/Dockerfile

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff 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.

phpmyadmin/rootfs/etc/services.d/php-fpm/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ SERVICE_PASSWORD=$(bashio::services "mysql" "password")
1515
SERVICE_PORT=$(bashio::services "mysql" "port")
1616
SERVICE_USERNAME=$(bashio::services "mysql" "username")
1717

18-
exec php-fpm7 --nodaemonize
18+
exec php-fpm8 --nodaemonize

0 commit comments

Comments
 (0)