From e20dcdb175fc5417b22dcf6fed69fa5b51ffc74c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 27 Sep 2025 15:04:30 +0200 Subject: [PATCH] [bitnami/node] Release 24.9.0-debian-12-r2 (#86418) 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 2e57427d52f7..b4f381de1725 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-27T06:48:53Z" \ + org.opencontainers.image.created="2025-09-27T12:41: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="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:$PATH" EXPOSE 3000