diff --git a/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile b/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile index 1525a3aa3d49..49cfa1d362e2 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-r21" \ + org.opencontainers.image.ref.name="3.0.0-debian-11-r22" \ 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-5-linux-${OS_ARCH}-debian-11" \ + "jupyter-base-notebook-3.0.0-6-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 b46b01332bdb..4e3a299ed7ae 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": "8783ce9d73d6e5e843ba36c4fc76827caba7f1c0bda464e5a15066af1007df78", + "digest": "a6f656aaf0688e86ad852e783e67d39a58af9c42309d3368ace013734b14a828", "distro": "debian-11", "type": "NAMI", - "version": "3.0.0-5" + "version": "3.0.0-6" }, "miniconda": { "arch": "amd64",