[bitnami/jupyter-base-notebook] Release 5.4.2-debian-12-r7 (#89638)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-01-11 15:02:17 +01:00
committed by GitHub
parent 9d6020f0ed
commit a7d3866e81

View File

@@ -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