diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 75e91063..e9bda554 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -71,7 +71,7 @@ RUN cd /tmp && \ RUN conda install --quiet --yes \ 'notebook=5.0.*' \ 'jupyterhub=0.7.*' \ - 'jupyterlab=0.24.*' \ + 'jupyterlab=0.27.*' \ && conda clean -tipsy USER root