Skip to content

Commit 8de4c04

Browse files
vivian-rookGithub Action
andauthored
Upgrade Jupyterlab (#469)
* Upgrade Jupyterlab Bug: T381907 * auto update of tag --------- Co-authored-by: Github Action <auto@github.com>
1 parent f1182e4 commit 8de4c04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/singleuser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN pip --no-cache-dir install -U pip setuptools wheel
4343
# Install base notebook packages
4444
RUN pip install --prefix=/srv/paws --no-cache-dir \
4545
jupyterhub==4.1.1 \
46-
jupyterlab==4.3.2
46+
jupyterlab==4.3.3
4747

4848
## End minimal setup ##
4949

paws/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jupyterhub:
280280
fsGid: 52771
281281
image:
282282
name: quay.io/wikimedia-paws-prod/singleuser
283-
tag: pr-468 # singleuser tag managed by github actions
283+
tag: pr-469 # singleuser tag managed by github actions
284284
pullPolicy: Always
285285
memory:
286286
guarantee: 0.70G

0 commit comments

Comments
 (0)