diff --git a/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile b/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile index 0d19bc4cbcbb..2fd2423acad2 100644 --- a/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile +++ b/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="3.0.0-debian-11-r24" \ + org.opencontainers.image.ref.name="3.0.0-debian-11-r25" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jupyter-base-notebook" \ org.opencontainers.image.title="jupyter-base-notebook" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "tini-0.19.0-155-linux-${OS_ARCH}-debian-11" \ "miniconda-4.12.0-158-linux-${OS_ARCH}-debian-11" \ - "jupyter-base-notebook-3.0.0-6-linux-${OS_ARCH}-debian-11" \ + "jupyter-base-notebook-3.0.0-7-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/jupyter-base-notebook/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jupyter-base-notebook/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 4e3a299ed7ae..94927ad130ed 100644 --- a/bitnami/jupyter-base-notebook/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jupyter-base-notebook/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "jupyter-base-notebook": { "arch": "amd64", - "digest": "a6f656aaf0688e86ad852e783e67d39a58af9c42309d3368ace013734b14a828", + "digest": "e5c27d3cffaa991206270cb0430ffea2e8902e943e06e59158fff6ec04f8ca25", "distro": "debian-11", "type": "NAMI", - "version": "3.0.0-6" + "version": "3.0.0-7" }, "miniconda": { "arch": "amd64",