upgrade phpmyadmin-arm to 4.7.5

This commit is contained in:
kev 2017-10-24 22:17:29 +08:00
parent e1e36ca27d
commit bc8bed7138

View File

@ -9,7 +9,7 @@ MAINTAINER EasyPi Software Foundation
RUN apk add --no-cache php7-session php7-mysqli php7-mbstring php7-xml php7-gd php7-zlib php7-bz2 php7-zip php7-openssl php7-curl php7-opcache php7-json nginx php7-fpm supervisor
# Calculate download URL
ENV VERSION 4.7.4
ENV VERSION 4.7.5
ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.gz
LABEL version=$VERSION