diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index cb533246b..13406c49b 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -104,7 +104,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ RUN conda install --quiet --yes \ 'notebook=6.0.0' \ 'jupyterhub=1.0.0' \ - 'jupyterlab=1.0.4' && \ + 'jupyterlab=1.1.3' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \