From 5d09ccb6b2426866c35b7e8388607389b0f22149 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 19 Feb 2026 04:31:07 +0100 Subject: [PATCH] [bitnami/notation] Release 1.3.2-debian-12-r24 (#90937) Signed-off-by: Bitnami Bot --- bitnami/notation/1/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/notation/1/debian-12/Dockerfile b/bitnami/notation/1/debian-12/Dockerfile index c26efff71322..68980ec7d1fc 100644 --- a/bitnami/notation/1/debian-12/Dockerfile +++ b/bitnami/notation/1/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-11T15:34:01Z" \ + org.opencontainers.image.created="2026-02-19T03:21:36Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/notation/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/notation" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="1.3.2" \ BITNAMI_APP_NAME="notation" \ - IMAGE_REVISION="23" \ + IMAGE_REVISION="24" \ PATH="/opt/bitnami/notation/bin:$PATH" USER 1001