diff --git a/bitnami/jupyterhub/5/debian-12/Dockerfile b/bitnami/jupyterhub/5/debian-12/Dockerfile index 6fdc3e003a47..521397a0a5e2 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-13T16:23:24Z" \ + org.opencontainers.image.created="2026-02-19T02:08:01Z" \ 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" \ @@ -48,7 +48,7 @@ RUN uninstall_packages curl ENV APP_VERSION="5.4.3" \ BITNAMI_APP_NAME="jupyterhub" \ - IMAGE_REVISION="6" \ + IMAGE_REVISION="7" \ PATH="/opt/bitnami/miniforge/bin:/opt/bitnami/miniforge/bin/:$PATH" USER 1001