From 785f5afab338b3e32fe030c4ca717f1d3e1c4608 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 13 Oct 2022 01:29:49 +0200 Subject: [PATCH] [bitnami/contour] Release 1.20.2-debian-11-r44 (#9871) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/contour/1.20/debian-11/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/contour/1.20/debian-11/Dockerfile b/bitnami/contour/1.20/debian-11/Dockerfile index e16f7ced363f..cdb1fa41cddd 100644 --- a/bitnami/contour/1.20/debian-11/Dockerfile +++ b/bitnami/contour/1.20/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="1.20.2-debian-11-r43" \ + org.opencontainers.image.ref.name="1.20.2-debian-11-r44" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/contour" \ org.opencontainers.image.title="contour" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -30,7 +30,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ fi && \ sha256sum -c "${COMPONENT}.tar.gz.sha256" && \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \ + rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \ done RUN apt-get autoremove --purge -y curl && \ apt-get update && apt-get upgrade -y && \