Skip to content

Commit f9b556c

Browse files
authored
[bitnami/phpmyadmin] Release 5.2.3-debian-12-r7 (#89312)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent a7d6842 commit f9b556c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bitnami/phpmyadmin/5/debian-12/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2025-12-12T06:09:05Z" \
10+
org.opencontainers.image.created="2026-01-06T19:48:52Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/phpmyadmin" \
@@ -29,10 +29,10 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2929
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
3131
"render-template-1.0.9-160-linux-${OS_ARCH}-debian-12" \
32-
"php-8.4.15-7-linux-${OS_ARCH}-debian-12" \
32+
"php-8.4.16-1-linux-${OS_ARCH}-debian-12" \
3333
"apache-2.4.66-0-linux-${OS_ARCH}-debian-12" \
3434
"mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \
35-
"libphp-8.4.15-3-linux-${OS_ARCH}-debian-12" \
35+
"libphp-8.4.16-0-linux-${OS_ARCH}-debian-12" \
3636
"phpmyadmin-5.2.3-0-linux-${OS_ARCH}-debian-12" \
3737
) ; \
3838
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -59,7 +59,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \
5959
APACHE_HTTP_PORT_NUMBER="" \
6060
APP_VERSION="5.2.3" \
6161
BITNAMI_APP_NAME="phpmyadmin" \
62-
IMAGE_REVISION="6" \
62+
IMAGE_REVISION="7" \
6363
PATH="/opt/bitnami/common/bin:/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:$PATH"
6464

6565
EXPOSE 8080 8443

bitnami/phpmyadmin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ If you encountered a problem running this container, you can file an [issue](htt
358358

359359
## License
360360

361-
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
361+
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
362362

363363
Licensed under the Apache License, Version 2.0 (the "License");
364364
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)