-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update phpMyAdmin to 5.2.2 #18277
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
williamdes
referenced
this pull request
in phpmyadmin/docker
Jan 21, 2025
Signed-off-by: Isaac Bennetch <[email protected]>
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
approved these changes
Jan 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This version contains security fixes
This includes many bugfixes and a few security improvements as well - @ibennetch