From d7e98f44bdd03deb48d256c12faa694f3a4daea0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 20 Mar 2026 09:49:40 +0100 Subject: [PATCH] [bitnami/openresty] Release 1.29.2-2-debian-12-r0 (#91744) Signed-off-by: Bitnami Bot --- bitnami/openresty/1.29/debian-12/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/openresty/1.29/debian-12/Dockerfile b/bitnami/openresty/1.29/debian-12/Dockerfile index 842f89aacec2..51d0ceda7617 100644 --- a/bitnami/openresty/1.29/debian-12/Dockerfile +++ b/bitnami/openresty/1.29/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-06T14:47:52Z" \ + org.opencontainers.image.created="2026-03-20T08:40:22Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/openresty/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/openresty" \ org.opencontainers.image.title="openresty" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.29.2-1" + org.opencontainers.image.version="1.29.2-2" ENV HOME="/home/openresty" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "openresty-1.29.2-1-0-linux-${OS_ARCH}-debian-12" \ + "openresty-1.29.2-2-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -46,7 +46,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/openresty/postunpack.sh -ENV APP_VERSION="1.29.2-1" \ +ENV APP_VERSION="1.29.2-2" \ BITNAMI_APP_NAME="openresty" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/openresty/bin:/opt/bitnami/openresty/luajit/bin:$PATH"