From 282788bb67d14cde94eca5a011cdebfe4e756954 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 4 Oct 2025 05:56:03 +0200 Subject: [PATCH] [bitnami/rabbitmq-cluster-operator] Release 2.16.1-debian-12-r2 (#86865) Signed-off-by: Bitnami Bot --- bitnami/rabbitmq-cluster-operator/2/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/rabbitmq-cluster-operator/2/debian-12/Dockerfile b/bitnami/rabbitmq-cluster-operator/2/debian-12/Dockerfile index a2aa23891737..b60c8b541b74 100644 --- a/bitnami/rabbitmq-cluster-operator/2/debian-12/Dockerfile +++ b/bitnami/rabbitmq-cluster-operator/2/debian-12/Dockerfile @@ -39,7 +39,7 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2025-09-04T03:20:04Z" \ + org.opencontainers.image.created="2025-10-04T03:50:29Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.title="rabbitmq-cluster-operator" \ org.opencontainers.image.vendor="Broadcom, Inc." \ @@ -52,7 +52,7 @@ COPY --from=builder /opt/bitnami/rabbitmq-cluster-operator/licenses /opt/bitnami ENV APP_VERSION="2.16.1" \ BITNAMI_APP_NAME="rabbitmq-cluster-operator" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/rabbitmq-cluster-operator/bin:$PATH" USER 1001