From a7d3866e812cb6d356cacf2cedb1fc88a3f2b703 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 11 Jan 2026 15:02:17 +0100 Subject: [PATCH] [bitnami/jupyter-base-notebook] Release 5.4.2-debian-12-r7 (#89638) Signed-off-by: Bitnami Bot --- bitnami/jupyter-base-notebook/5/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/jupyter-base-notebook/5/debian-12/Dockerfile b/bitnami/jupyter-base-notebook/5/debian-12/Dockerfile index 0e74072acc2d..f776bbea9dbf 100644 --- a/bitnami/jupyter-base-notebook/5/debian-12/Dockerfile +++ b/bitnami/jupyter-base-notebook/5/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="2026-01-09T13:48:57Z" \ + org.opencontainers.image.created="2026-01-11T13:44:32Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook" \ @@ -49,7 +49,7 @@ RUN uninstall_packages curl ENV APP_VERSION="5.4.2" \ BITNAMI_APP_NAME="jupyter-base-notebook" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ PATH="/opt/bitnami/miniforge/bin:/opt/bitnami/common/bin:$PATH" USER 1001