We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1182e4 commit 8de4c04Copy full SHA for 8de4c04
images/singleuser/Dockerfile
@@ -43,7 +43,7 @@ RUN pip --no-cache-dir install -U pip setuptools wheel
43
# Install base notebook packages
44
RUN pip install --prefix=/srv/paws --no-cache-dir \
45
jupyterhub==4.1.1 \
46
- jupyterlab==4.3.2
+ jupyterlab==4.3.3
47
48
## End minimal setup ##
49
paws/values.yaml
@@ -280,7 +280,7 @@ jupyterhub:
280
fsGid: 52771
281
image:
282
name: quay.io/wikimedia-paws-prod/singleuser
283
- tag: pr-468 # singleuser tag managed by github actions
+ tag: pr-469 # singleuser tag managed by github actions
284
pullPolicy: Always
285
memory:
286
guarantee: 0.70G
0 commit comments