From 0004c9d5108d0ff8a64ec1d17a4f76c867bdb573 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 30 Sep 2025 03:33:06 +0200 Subject: [PATCH] [bitnami/node] Release 24.9.0-debian-12-r11 (#86691) Signed-off-by: Bitnami Bot --- bitnami/node/24/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/node/24/debian-12/Dockerfile b/bitnami/node/24/debian-12/Dockerfile index bc76ba2eb94b..f1f5972f06f1 100644 --- a/bitnami/node/24/debian-12/Dockerfile +++ b/bitnami/node/24/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="2025-09-29T18:53:12Z" \ + org.opencontainers.image.created="2025-09-30T00:45:38Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/node/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/node" \ @@ -51,7 +51,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/node/postunpack.sh ENV APP_VERSION="24.9.0" \ BITNAMI_APP_NAME="node" \ - IMAGE_REVISION="10" \ + IMAGE_REVISION="11" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH" EXPOSE 3000