Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phpMyAdmin to 5.2.2 #18277

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

williamdes
Copy link
Contributor

@williamdes williamdes commented Jan 21, 2025

This version contains security fixes

This includes many bugfixes and a few security improvements as well - @ibennetch

@williamdes williamdes requested a review from a team as a code owner January 21, 2025 20:54
williamdes referenced this pull request in phpmyadmin/docker Jan 21, 2025
Signed-off-by: Isaac Bennetch <[email protected]>
Copy link

Diff for a51a773:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9eb5ad1..faed988 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,17 +1,17 @@
 Maintainers: Isaac Bennetch <[email protected]> (@ibennetch), William Desportes <[email protected]> (@williamdes)
 GitRepo: https://github.com/phpmyadmin/docker.git
 
-Tags: 5.2.1-apache, 5.2-apache, 5-apache, apache, 5.2.1, 5.2, 5, latest
+Tags: 5.2.2-apache, 5.2-apache, 5-apache, apache, 5.2.2, 5.2, 5, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 04de4ca2ba06220049eac53b15793fb9b481994a
+GitCommit: 216be795f7a1a60c2c27ff5d00b5c8476771e1d1
 Directory: apache
 
-Tags: 5.2.1-fpm, 5.2-fpm, 5-fpm, fpm
+Tags: 5.2.2-fpm, 5.2-fpm, 5-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 04de4ca2ba06220049eac53b15793fb9b481994a
+GitCommit: 216be795f7a1a60c2c27ff5d00b5c8476771e1d1
 Directory: fpm
 
-Tags: 5.2.1-fpm-alpine, 5.2-fpm-alpine, 5-fpm-alpine, fpm-alpine
+Tags: 5.2.2-fpm-alpine, 5.2-fpm-alpine, 5-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 04de4ca2ba06220049eac53b15793fb9b481994a
+GitCommit: 216be795f7a1a60c2c27ff5d00b5c8476771e1d1
 Directory: fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 34cceaf..bdebc12 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ phpmyadmin:5.2
 phpmyadmin:5.2-apache
 phpmyadmin:5.2-fpm
 phpmyadmin:5.2-fpm-alpine
-phpmyadmin:5.2.1
-phpmyadmin:5.2.1-apache
-phpmyadmin:5.2.1-fpm
-phpmyadmin:5.2.1-fpm-alpine
+phpmyadmin:5.2.2
+phpmyadmin:5.2.2-apache
+phpmyadmin:5.2.2-fpm
+phpmyadmin:5.2.2-fpm-alpine
 phpmyadmin:apache
 phpmyadmin:fpm
 phpmyadmin:fpm-alpine
diff --git a/phpmyadmin_fpm-alpine/Dockerfile b/phpmyadmin_fpm-alpine/Dockerfile
index a0187c1..6d3d289 100644
--- a/phpmyadmin_fpm-alpine/Dockerfile
+++ b/phpmyadmin_fpm-alpine/Dockerfile
@@ -83,8 +83,8 @@ RUN set -ex; \
 USER www-data:www-data
 
 # Calculate download URL
-ENV VERSION 5.2.1
-ENV SHA256 373f9599dfbd96d6fe75316d5dad189e68c305f297edf42377db9dd6b41b2557
+ENV VERSION 5.2.2
+ENV SHA256 f881819a3b11e653b0212afaf0cc105db85c767715cb3f5852670f7fc36c9669
 ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
 
 LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \
diff --git a/phpmyadmin_fpm/Dockerfile b/phpmyadmin_fpm/Dockerfile
index bf296e4..257591d 100644
--- a/phpmyadmin_fpm/Dockerfile
+++ b/phpmyadmin_fpm/Dockerfile
@@ -100,8 +100,8 @@ RUN set -ex; \
 USER www-data:www-data
 
 # Calculate download URL
-ENV VERSION 5.2.1
-ENV SHA256 373f9599dfbd96d6fe75316d5dad189e68c305f297edf42377db9dd6b41b2557
+ENV VERSION 5.2.2
+ENV SHA256 f881819a3b11e653b0212afaf0cc105db85c767715cb3f5852670f7fc36c9669
 ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
 
 LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \
diff --git a/phpmyadmin_latest/Dockerfile b/phpmyadmin_latest/Dockerfile
index a6bbd20..1028690 100644
--- a/phpmyadmin_latest/Dockerfile
+++ b/phpmyadmin_latest/Dockerfile
@@ -103,8 +103,8 @@ RUN set -ex; \
 USER www-data:www-data
 
 # Calculate download URL
-ENV VERSION 5.2.1
-ENV SHA256 373f9599dfbd96d6fe75316d5dad189e68c305f297edf42377db9dd6b41b2557
+ENV VERSION 5.2.2
+ENV SHA256 f881819a3b11e653b0212afaf0cc105db85c767715cb3f5852670f7fc36c9669
 ENV URL https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
 
 LABEL org.opencontainers.image.title="Official phpMyAdmin Docker image" \

Relevant Maintainers:

@yosifkit yosifkit merged commit 0b5a430 into docker-library:master Jan 21, 2025
8 checks passed
@williamdes williamdes deleted the update-phpmyadmin branch January 21, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants