We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c25ee8 commit 317b268Copy full SHA for 317b268
phpmyadmin/Dockerfile
@@ -11,16 +11,16 @@ RUN \
11
apk add --no-cache \
12
mariadb-client=10.4.12-r0 \
13
nginx=1.16.1-r6 \
14
- php7-curl=7.3.14-r0 \
15
- php7-fpm=7.3.14-r0 \
16
- php7-gd=7.3.14-r0 \
17
- php7-json=7.3.14-r0 \
18
- php7-mbstring=7.3.14-r0 \
19
- php7-mysqli=7.3.14-r0 \
20
- php7-opcache=7.3.14-r0 \
21
- php7-session=7.3.14-r0 \
22
- php7-zip=7.3.14-r0 \
23
- php7=7.3.14-r0 \
+ php7-curl=7.3.15-r0 \
+ php7-fpm=7.3.15-r0 \
+ php7-gd=7.3.15-r0 \
+ php7-json=7.3.15-r0 \
+ php7-mbstring=7.3.15-r0 \
+ php7-mysqli=7.3.15-r0 \
+ php7-opcache=7.3.15-r0 \
+ php7-session=7.3.15-r0 \
+ php7-zip=7.3.15-r0 \
+ php7=7.3.15-r0 \
24
\
25
&& mkdir /var/www/phpmyadmin \
26
&& curl -L -s \
0 commit comments