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 009999e commit bf7303bCopy full SHA for bf7303b
1 file changed
phpmyadmin/Dockerfile
@@ -11,17 +11,17 @@ RUN \
11
apk add --no-cache \
12
mariadb-client=10.5.12-r0 \
13
nginx=1.20.1-r3 \
14
- php8-curl=8.0.11-r0 \
15
- php8-fpm=8.0.11-r0 \
16
- php8-gd=8.0.11-r0 \
17
- php8-iconv=8.0.11-r0 \
18
- php8-mbstring=8.0.11-r0 \
19
- php8-mysqli=8.0.11-r0 \
20
- php8-opcache=8.0.11-r0 \
21
- php8-session=8.0.11-r0 \
22
- php8-xml=8.0.11-r0 \
23
- php8-zip=8.0.11-r0 \
24
- php8=8.0.11-r0 \
+ php8-curl=8.0.12-r0 \
+ php8-fpm=8.0.12-r0 \
+ php8-gd=8.0.12-r0 \
+ php8-iconv=8.0.12-r0 \
+ php8-mbstring=8.0.12-r0 \
+ php8-mysqli=8.0.12-r0 \
+ php8-opcache=8.0.12-r0 \
+ php8-session=8.0.12-r0 \
+ php8-xml=8.0.12-r0 \
+ php8-zip=8.0.12-r0 \
+ php8=8.0.12-r0 \
25
\
26
&& mkdir /var/www/phpmyadmin \
27
&& curl -L -s \
0 commit comments