Skip to content

Commit

Permalink
Update to phpMyAdmin release 4.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Bennetch <[email protected]>
  • Loading branch information
ibennetch committed Sep 21, 2019
1 parent a68a25c commit f522725
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN { \
} > /usr/local/etc/php/conf.d/phpmyadmin-misc.ini

# Calculate download URL
ENV VERSION 4.9.0.1
ENV VERSION 4.9.1
ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
LABEL version=$VERSION

Expand Down
2 changes: 1 addition & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN { \
} > /usr/local/etc/php/conf.d/phpmyadmin-misc.ini

# Calculate download URL
ENV VERSION 4.9.0.1
ENV VERSION 4.9.1
ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
LABEL version=$VERSION

Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN { \
} > /usr/local/etc/php/conf.d/phpmyadmin-misc.ini

# Calculate download URL
ENV VERSION 4.9.0.1
ENV VERSION 4.9.1
ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
LABEL version=$VERSION

Expand Down

0 comments on commit f522725

Please sign in to comment.