diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index b88e4f14..d68d7ab3 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.2 + jupyterlab==4.3.3 ## End minimal setup ##