From ed13e88ee1dfd3e7b0b9e16d3d901825533914b9 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 13 Feb 2026 17:42:12 +0100 Subject: [PATCH] [bitnami/jupyterhub] Release 5.4.3-debian-12-r6 (#90699) Signed-off-by: Bitnami Bot --- bitnami/jupyterhub/5/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/jupyterhub/5/debian-12/Dockerfile b/bitnami/jupyterhub/5/debian-12/Dockerfile index 8c1f2beddbc7..6fdc3e003a47 100644 --- a/bitnami/jupyterhub/5/debian-12/Dockerfile +++ b/bitnami/jupyterhub/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-02-10T10:38:36Z" \ + org.opencontainers.image.created="2026-02-13T16:23:24Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "miniforge-26.1.0-0-0-linux-${OS_ARCH}-debian-12" \ - "jupyterhub-5.4.3-3-linux-${OS_ARCH}-debian-12" \ + "jupyterhub-5.4.3-4-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="5.4.3" \ BITNAMI_APP_NAME="jupyterhub" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="6" \ PATH="/opt/bitnami/miniforge/bin:/opt/bitnami/miniforge/bin/:$PATH" USER 1001