diff --git a/bitnami/jupyter-base-notebook/5/debian-12/Dockerfile b/bitnami/jupyter-base-notebook/5/debian-12/Dockerfile index 67d4c40c8aed..0ec98bfac44d 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-03-26T23:24:52Z" \ + org.opencontainers.image.created="2026-04-08T19:26:36Z" \ 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.4" \ BITNAMI_APP_NAME="jupyter-base-notebook" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/miniforge/bin:/opt/bitnami/common/bin:$PATH" USER 1001