Skip to content

Commit

Permalink
Merge pull request #16 from mhzawadi/dev
Browse files Browse the repository at this point in the history
phpMyAdmin 5.2.1
  • Loading branch information
mhzawadi authored Feb 10, 2023
2 parents a7237dd + ddf239a commit 7f69566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk update && \
&& rm -f /var/cache/apk/*;

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

Expand Down

0 comments on commit 7f69566

Please sign in to comment.