Skip to content

Commit 86a1de7

Browse files
committed
base: Update JupyterLab to v4.4.0
1 parent 98251d2 commit 86a1de7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION_MATRIX.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Topmost entry = Tag `latest`
88

99
| Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Neovim | Git | Git LFS | Pandoc | Linux distro |
1010
|:-----------|:------------|:------------|:-------------------|:-------|:-------|:--------|:-------|:-------------|
11-
| 3.13.3 | 5.2.1 | 4.3.6 | 4.99.1 (1.99.1) | 0.11.0 | 2.49.0 | 3.6.1 | 3.4 | Debian 12 |
11+
| 3.13.3 | 5.2.1 | 4.4.0 | 4.99.1 (1.99.1) | 0.11.0 | 2.49.0 | 3.6.1 | 3.4 | Debian 12 |
1212
| 3.12.10 | 5.2.1 | 4.3.6 | 4.99.0 (1.99.0) | 0.11.0 | 2.49.0 | 3.6.1 | 3.4 | Debian 12 |
1313
| 3.13.2 | 5.2.1 | 4.3.6 | 4.99.0 (1.99.0) | 0.11.0 | 2.49.0 | 3.6.1 | 3.4 | Debian 12 |
1414
| 3.12.9 | 5.2.1 | 4.3.6 | 4.99.0 (1.99.0) | 0.11.0 | 2.49.0 | 3.6.1 | 3.4 | Debian 12 |

base/latest.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG CUDA_IMAGE_FLAVOR
77
ARG NB_USER=jovyan
88
ARG NB_UID=1000
99
ARG JUPYTERHUB_VERSION=5.2.1
10-
ARG JUPYTERLAB_VERSION=4.3.6
10+
ARG JUPYTERLAB_VERSION=4.4.0
1111
ARG CODE_BUILTIN_EXTENSIONS_DIR=/opt/code-server/lib/vscode/extensions
1212
ARG CODE_SERVER_VERSION=4.99.1
1313
ARG NEOVIM_VERSION=0.11.0

0 commit comments

Comments
 (0)