diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 61e87a2c..8d6c57ae 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -43,7 +43,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.1.1 \ - jupyterlab==4.3.0 + jupyterlab==4.3.1 ## End minimal setup ##