diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 0f9b68cf..70ae5a47 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -45,7 +45,7 @@ RUN pip --no-cache-dir install -U pip setuptools wheel # Install base notebook packages RUN pip install --prefix=/srv/paws --no-cache-dir \ jupyterhub==4.0.2 \ - jupyterlab==4.1.0 + jupyterlab==4.1.1 ## End minimal setup ##