diff --git a/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile b/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile index 5601967e9e49..15c3c47d6c02 100644 --- a/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile +++ b/bitnami/jupyter-base-notebook/3/debian-11/Dockerfile @@ -5,11 +5,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="3.1.0-debian-11-r19" \ + org.opencontainers.image.ref.name="3.1.1-debian-11-r0" \ 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." \ - org.opencontainers.image.version="3.1.0" + org.opencontainers.image.version="3.1.1" ENV HOME="/opt/bitnami/jupyterhub-singleuser/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "tini-0.19.0-156-linux-${OS_ARCH}-debian-11" \ "miniconda-4.12.0-159-linux-${OS_ARCH}-debian-11" \ - "jupyter-base-notebook-3.1.0-3-linux-${OS_ARCH}-debian-11" \ + "jupyter-base-notebook-3.1.1-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -41,7 +41,7 @@ RUN apt-get autoremove --purge -y curl && \ RUN chmod g+rwX /opt/bitnami RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyterhub-singleuser/ -ENV APP_VERSION="3.1.0" \ +ENV APP_VERSION="3.1.1" \ BITNAMI_APP_NAME="jupyter-base-notebook" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/miniconda/bin:$PATH" 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 8129e770f0b6..9663a5e8f47d 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": "54feb36457ff715d7be7fb3f9d2c1d200f1b3e4771aaf96146a9f4147c2b2f53", + "digest": "84f3a5f74138efe8a425354b70364de0b7227b6f0e28cae452ff6682ffa8416a", "distro": "debian-11", "type": "NAMI", - "version": "3.1.0-3" + "version": "3.1.1-0" }, "miniconda": { "arch": "amd64", diff --git a/bitnami/jupyter-base-notebook/3/debian-11/tags-info.yaml b/bitnami/jupyter-base-notebook/3/debian-11/tags-info.yaml index 4c0fc39acaaa..e5d751e3298a 100644 --- a/bitnami/jupyter-base-notebook/3/debian-11/tags-info.yaml +++ b/bitnami/jupyter-base-notebook/3/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "3" - "3-debian-11" - - "3.1.0" + - "3.1.1" - "latest"