diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index f1ddcc4b..42b15749 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -77,9 +77,9 @@ RUN cd /tmp && \ RUN conda install --quiet --yes \ 'notebook=5.2.*' \ 'jupyterhub=0.8.*' \ - 'jupyterlab=0.30.*' \ + 'jupyterlab=0.31.*' \ && conda clean -tipsy && \ - jupyter labextension install @jupyterlab/hub-extension@^0.7.0 && \ + jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \ npm cache clean && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ fix-permissions $CONDA_DIR