Skip to content

Commit e7c903f

Browse files
authored
NC538/phpMyAdmin 5.2.3 (#32)
feat: dump version
1 parent 33e7e44 commit e7c903f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk update && \
1414
ln -s /usr/bin/php82 /usr/bin/php;
1515

1616
# Calculate download URL
17-
ENV VERSION=5.2.2
17+
ENV VERSION=5.2.3
1818
ENV URL=https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
1919
LABEL version=$VERSION
2020

0 commit comments

Comments
 (0)