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 09e5d69 commit 816a239Copy full SHA for 816a239
phpmyadmin/Dockerfile
@@ -25,7 +25,7 @@ RUN \
25
\
26
&& mkdir /var/www/phpmyadmin \
27
&& curl -L -s \
28
- "https://files.phpmyadmin.net/phpMyAdmin/5.0.4/phpMyAdmin-5.0.4-all-languages.tar.gz" \
+ "https://files.phpmyadmin.net/phpMyAdmin/5.1.0/phpMyAdmin-5.1.0-all-languages.tar.gz" \
29
| tar zxvf - --strip 1 -C /var/www/phpmyadmin \
30
31
&& sed -i "s@define('CONFIG_DIR'.*@define('CONFIG_DIR', '/etc/phpmyadmin/');@" \
0 commit comments