Skip to content

Commit 99b55f6

Browse files
authored
⬆️ Upgrades php8 to 8.0.14-r0 (#118)
1 parent 09600d4 commit 99b55f6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

phpmyadmin/Dockerfile

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ RUN \
1111
apk add --no-cache \
1212
mariadb-client=10.6.4-r2 \
1313
nginx=1.20.2-r0 \
14-
php8-curl=8.0.13-r0 \
15-
php8-fpm=8.0.13-r0 \
16-
php8-gd=8.0.13-r0 \
17-
php8-iconv=8.0.13-r0 \
18-
php8-mbstring=8.0.13-r0 \
19-
php8-mysqli=8.0.13-r0 \
20-
php8-opcache=8.0.13-r0 \
21-
php8-session=8.0.13-r0 \
22-
php8-xml=8.0.13-r0 \
23-
php8-zip=8.0.13-r0 \
24-
php8=8.0.13-r0 \
14+
php8-curl=8.0.14-r0 \
15+
php8-fpm=8.0.14-r0 \
16+
php8-gd=8.0.14-r0 \
17+
php8-iconv=8.0.14-r0 \
18+
php8-mbstring=8.0.14-r0 \
19+
php8-mysqli=8.0.14-r0 \
20+
php8-opcache=8.0.14-r0 \
21+
php8-session=8.0.14-r0 \
22+
php8-xml=8.0.14-r0 \
23+
php8-zip=8.0.14-r0 \
24+
php8=8.0.14-r0 \
2525
\
2626
&& mkdir /var/www/phpmyadmin \
2727
&& curl -L -s \

0 commit comments

Comments
 (0)