diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index f898db45..067b9b0d 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 ##