[bitnami/jupyter-base-notebook] Release 5.4.3-debian-12-r9 (#90900)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-02-19 03:30:07 +01:00
committed by GitHub
parent 0c2a4859eb
commit 0f124d9a5e

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-02-11T09:24:22Z" \
org.opencontainers.image.created="2026-02-19T02:08:11Z" \
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.3" \
BITNAMI_APP_NAME="jupyter-base-notebook" \
IMAGE_REVISION="8" \
IMAGE_REVISION="9" \
PATH="/opt/bitnami/miniforge/bin:/opt/bitnami/common/bin:$PATH"
USER 1001