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 14685e1 commit 966b5a7Copy full SHA for 966b5a7
phpmyadmin/Dockerfile
@@ -24,7 +24,7 @@ RUN \
24
\
25
&& mkdir /var/www/phpmyadmin \
26
&& curl -L -s \
27
- "https://files.phpmyadmin.net/phpMyAdmin/5.0.1/phpMyAdmin-5.0.1-all-languages.tar.gz" \
+ "https://files.phpmyadmin.net/phpMyAdmin/5.0.2/phpMyAdmin-5.0.2-all-languages.tar.gz" \
28
| tar zxvf - --strip 1 -C /var/www/phpmyadmin \
29
30
&& sed -i "s@define('CONFIG_DIR'.*@define('CONFIG_DIR', '/etc/phpmyadmin/');@" \
0 commit comments