From fb54ef10bd879ac6fb05a2df2387debe89aec357 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 Jul 2026 09:46:14 +0200 Subject: [PATCH] [bitnami/apache-exporter] Release 1.1.1-debian-12-r3 (#95913) Signed-off-by: Bitnami Bot --- bitnami/apache-exporter/1/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/apache-exporter/1/debian-12/Dockerfile b/bitnami/apache-exporter/1/debian-12/Dockerfile index 313477f792c7..67d914901c23 100644 --- a/bitnami/apache-exporter/1/debian-12/Dockerfile +++ b/bitnami/apache-exporter/1/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-07-14T06:42:23Z" \ + org.opencontainers.image.created="2026-07-29T07:27:21Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/apache-exporter/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apache-exporter" \ @@ -48,7 +48,7 @@ RUN uninstall_packages ca-certificates curl ENV APP_VERSION="1.1.1" \ BITNAMI_APP_NAME="apache-exporter" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ PATH="/opt/bitnami/apache-exporter/bin:$PATH" EXPOSE 9117