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