diff --git a/bitnami/jupyter-base-notebook/1/debian-10/Dockerfile b/bitnami/jupyter-base-notebook/1/debian-10/Dockerfile index c1673aaa4a70..67309e0b2e52 100644 --- a/bitnami/jupyter-base-notebook/1/debian-10/Dockerfile +++ b/bitnami/jupyter-base-notebook/1/debian-10/Dockerfile @@ -9,10 +9,10 @@ ENV HOME="/opt/bitnami/jupyterhub-singleuser/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip libc6 libgcc1 libstdc++6 procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.10.3-6-linux-amd64-debian-10.tar.gz && \ - echo "d0184441f6b2a4ae1ed629db8f31f5bcea024028a5db943fa57320cfd471162e /tmp/bitnami/pkg/cache/miniconda-4.10.3-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.10.3-6-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/miniconda-4.10.3-6-linux-amd64-debian-10.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/miniconda-4.10.3-7-linux-amd64-debian-10.tar.gz && \ + echo "2734bf172f6780c4c95ca21b089388bebc06187a9cae6aa7d9c47c034d9ca67b /tmp/bitnami/pkg/cache/miniconda-4.10.3-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/miniconda-4.10.3-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/miniconda-4.10.3-7-linux-amd64-debian-10.tar.gz RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/jupyter-base-notebook-1.5.0-3-linux-amd64-debian-10.tar.gz && \ echo "48112fc2a86c0bb981e9ae4c40386e887f9b839b9103485f62a1fe77b5c205bf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ tar -zxf /tmp/bitnami/pkg/cache/jupyter-base-notebook-1.5.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ @@ -23,7 +23,7 @@ RUN chmod g+rwX /opt/bitnami RUN mkdir /opt/bitnami/jupyterhub-singleuser/ && chmod g+rwX /opt/bitnami/jupyterhub-singleuser/ ENV BITNAMI_APP_NAME="jupyter-base-notebook" \ - BITNAMI_IMAGE_VERSION="1.5.0-debian-10-r71" \ + BITNAMI_IMAGE_VERSION="1.5.0-debian-10-r72" \ PATH="/opt/bitnami/miniconda/bin:$PATH" USER 1001 diff --git a/bitnami/jupyter-base-notebook/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/jupyter-base-notebook/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index a95d9854b0cb..24a0f31671e6 100644 --- a/bitnami/jupyter-base-notebook/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/jupyter-base-notebook/1/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -8,9 +8,9 @@ }, "miniconda": { "arch": "amd64", - "digest": "d0184441f6b2a4ae1ed629db8f31f5bcea024028a5db943fa57320cfd471162e", + "digest": "2734bf172f6780c4c95ca21b089388bebc06187a9cae6aa7d9c47c034d9ca67b", "distro": "debian-10", "type": "NAMI", - "version": "4.10.3-6" + "version": "4.10.3-7" } } \ No newline at end of file diff --git a/bitnami/jupyter-base-notebook/README.md b/bitnami/jupyter-base-notebook/README.md index f49883084e5c..f387b5328eff 100644 --- a/bitnami/jupyter-base-notebook/README.md +++ b/bitnami/jupyter-base-notebook/README.md @@ -32,7 +32,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`2`, `2-debian-10`, `2.1.1`, `2.1.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/2.1.1-debian-10-r0/2/debian-10/Dockerfile) -* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r71` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r71/1/debian-10/Dockerfile) +* [`1`, `1-debian-10`, `1.5.0`, `1.5.0-debian-10-r72` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook/blob/1.5.0-debian-10-r72/1/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/jupyter-base-notebook GitHub repo](https://github.com/bitnami/bitnami-docker-jupyter-base-notebook).