From ff3cbae6fc596976ae2ec33b75bf4a6c9cc47383 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 17 Oct 2025 03:32:07 +0200 Subject: [PATCH] [bitnami/node] Release 24.10.0-debian-12-r9 (#87744) 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 9075083ce797..996618b305fc 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-10-16T18:19:43Z" \ + org.opencontainers.image.created="2025-10-17T00:23:50Z" \ 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.10.0" \ BITNAMI_APP_NAME="node" \ - IMAGE_REVISION="8" \ + IMAGE_REVISION="9" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH" EXPOSE 3000