From a3588780b8d1bf820fcbf51e4ca07c60cdfffad7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 13 Jul 2023 20:03:38 +0200 Subject: [PATCH] [bitnami/rabbitmq-cluster-operator] Release 2.3.0-scratch-r2 (#40941) Signed-off-by: Bitnami Containers --- bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile b/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile index 5ae2367edbce..7b5dcf736da8 100644 --- a/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile +++ b/bitnami/rabbitmq-cluster-operator/2/scratch/Dockerfile @@ -35,10 +35,10 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2023-07-09T06:29:25Z" \ + org.opencontainers.image.created="2023-07-13T17:31:05Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="2.3.0-scratch-r1" \ + org.opencontainers.image.ref.name="2.3.0-scratch-r2" \ org.opencontainers.image.title="rabbitmq-cluster-operator" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="2.3.0"