diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 2a7a581f..0e330bf5 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.1 \ - jupyterlab==4.0.9 + jupyterlab==4.0.10 ## End minimal setup ## diff --git a/paws/values.yaml b/paws/values.yaml index 63cf3463..0fa5a1c2 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-358 # singleuser tag managed by github actions + tag: pr-363 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G