Skip to content

Commit 1653224

Browse files
committed
⬆️ Upgrades php7 to 7.3.18-r0
1 parent 7286b4a commit 1653224

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

phpmyadmin/Dockerfile

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ RUN \
1111
apk add --no-cache \
1212
mariadb-client=10.4.13-r0 \
1313
nginx=1.16.1-r6 \
14-
php7-curl=7.3.16-r0 \
15-
php7-fpm=7.3.16-r0 \
16-
php7-gd=7.3.16-r0 \
17-
php7-json=7.3.16-r0 \
18-
php7-mbstring=7.3.16-r0 \
19-
php7-mysqli=7.3.16-r0 \
20-
php7-opcache=7.3.16-r0 \
21-
php7-session=7.3.16-r0 \
22-
php7-zip=7.3.16-r0 \
23-
php7=7.3.16-r0 \
14+
php7-curl=7.3.18-r0 \
15+
php7-fpm=7.3.18-r0 \
16+
php7-gd=7.3.18-r0 \
17+
php7-json=7.3.18-r0 \
18+
php7-mbstring=7.3.18-r0 \
19+
php7-mysqli=7.3.18-r0 \
20+
php7-opcache=7.3.18-r0 \
21+
php7-session=7.3.18-r0 \
22+
php7-zip=7.3.18-r0 \
23+
php7=7.3.18-r0 \
2424
\
2525
&& mkdir /var/www/phpmyadmin \
2626
&& curl -L -s \

0 commit comments

Comments
 (0)