From 12085871f0ce177d2425ff5919c398092cc9656b Mon Sep 17 00:00:00 2001 From: Alexander Manley Date: Fri, 16 Apr 2021 18:29:48 -0400 Subject: [PATCH] Update Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v3.0.14 Clean up browser check (#10080) Loosen pin on jupyter-packaging (#9998) v3.0.13 Add cell id per notebook format 4.5 (#10018) Fix label for “Create Console for Editor” (#9794) Use blobs to set the svg source of an image in the image viewer (#10029) Fix copy shareable link command (#10021) Clarify where the overrides.json file should be in the docs (#9996) Do not make unnecessary npm registry requests (#9974) Fix escaping of urls and paths (#9978) --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index be719abd..e35fdd2a 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m RUN conda install --quiet --yes \ 'notebook=6.3.0' \ 'jupyterhub=1.3.0' \ - 'jupyterlab=3.0.12' && \ + 'jupyterlab=3.0.14' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \