From e8ad3f065df6258273ddf91010ae2c2fb473901e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 1 Mar 2023 12:59:40 +0100 Subject: [PATCH] [bitnami/contour-operator] Release 1.22.1-scratch-r11 (#25786) Signed-off-by: Bitnami Containers --- bitnami/contour-operator/1.22/scratch/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/contour-operator/1.22/scratch/Dockerfile b/bitnami/contour-operator/1.22/scratch/Dockerfile index 01472a36b464..a5d7e8d97cba 100644 --- a/bitnami/contour-operator/1.22/scratch/Dockerfile +++ b/bitnami/contour-operator/1.22/scratch/Dockerfile @@ -33,10 +33,10 @@ ARG TARGETARCH ENV OS_ARCH="${TARGETARCH:-amd64}" LABEL org.opencontainers.image.base.name="scratch" \ - org.opencontainers.image.created="2023-02-28T15:32:13Z" \ + org.opencontainers.image.created="2023-03-01T11:46:41Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="1.22.1-scratch-r10" \ + org.opencontainers.image.ref.name="1.22.1-scratch-r11" \ org.opencontainers.image.title="contour-operator" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="1.22.1"