From 026e0fba3205d14316aaea9878fa182163692708 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 7 Oct 2025 15:48:10 +0200 Subject: [PATCH] [bitnami/mysqld-exporter] Release 0.18.0-debian-12-r1 (#87054) Signed-off-by: Bitnami Bot --- bitnami/mysqld-exporter/0/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/mysqld-exporter/0/debian-12/Dockerfile b/bitnami/mysqld-exporter/0/debian-12/Dockerfile index 8b9ee2113d20..b3cdf4fd5b44 100644 --- a/bitnami/mysqld-exporter/0/debian-12/Dockerfile +++ b/bitnami/mysqld-exporter/0/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-09-29T09:36:48Z" \ + org.opencontainers.image.created="2025-10-07T13:36:11Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/mysqld-exporter/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/mysqld-exporter" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="0.18.0" \ BITNAMI_APP_NAME="mysqld-exporter" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/mysqld-exporter/bin:$PATH" EXPOSE 9104