File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ RUN set -ex; \
9898USER www-data:www-data
9999
100100# Calculate download URL
101- ENV VERSION=5.2.2
102- ENV SHA256=f881819a3b11e653b0212afaf0cc105db85c767715cb3f5852670f7fc36c9669
101+ ENV VERSION=5.2.3
102+ ENV SHA256=57881348297c4412f86c410547cf76b4d8a236574dd2c6b7d6a2beebe7fc44e3
103103ENV URL=https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
104104
105105LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ RUN set -ex; \
8383USER www-data:www-data
8484
8585# Calculate download URL
86- ENV VERSION=5.2.2
87- ENV SHA256=f881819a3b11e653b0212afaf0cc105db85c767715cb3f5852670f7fc36c9669
86+ ENV VERSION=5.2.3
87+ ENV SHA256=57881348297c4412f86c410547cf76b4d8a236574dd2c6b7d6a2beebe7fc44e3
8888ENV URL=https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
8989
9090LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ RUN set -ex; \
9595USER www-data:www-data
9696
9797# Calculate download URL
98- ENV VERSION=5.2.2
99- ENV SHA256=f881819a3b11e653b0212afaf0cc105db85c767715cb3f5852670f7fc36c9669
98+ ENV VERSION=5.2.3
99+ ENV SHA256=57881348297c4412f86c410547cf76b4d8a236574dd2c6b7d6a2beebe7fc44e3
100100ENV URL=https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
101101
102102LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \
You can’t perform that action at this time.
0 commit comments