From 59dc4d81074ddc7623e501327d50d7c597100e6d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 29 Sep 2025 03:29:00 +0200 Subject: [PATCH] [bitnami/node] Release 24.9.0-debian-12-r8 (#86585) 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 a0c207af9a22..f1693d6e99ef 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-28T18:44:26Z" \ + org.opencontainers.image.created="2025-09-29T00:43:06Z" \ 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="7" \ + IMAGE_REVISION="8" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH" EXPOSE 3000