From 8f62a543ab89f90cd415b0ea921afc6ca0e955af Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 12 Mar 2026 13:25:59 +0100 Subject: [PATCH] [bitnami/nginx] Release 1.29.6-debian-12-r1 (#91549) Signed-off-by: Bitnami Bot --- bitnami/nginx/1.29/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/nginx/1.29/debian-12/Dockerfile b/bitnami/nginx/1.29/debian-12/Dockerfile index 9db94a5e7ba2..ccc46a767a04 100644 --- a/bitnami/nginx/1.29/debian-12/Dockerfile +++ b/bitnami/nginx/1.29/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-03-10T19:45:33Z" \ + org.opencontainers.image.created="2026-03-12T12:05:31Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nginx/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx" \ @@ -52,7 +52,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/nginx/postunpack.sh ENV APP_VERSION="1.29.6" \ BITNAMI_APP_NAME="nginx" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ NGINX_HTTPS_PORT_NUMBER="" \ NGINX_HTTP_PORT_NUMBER="" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/nginx/sbin:$PATH"