Skip to content
Snippets Groups Projects
Verified Commit b1362568 authored by Olivier Benz's avatar Olivier Benz
Browse files

Update Python to v3.12.8

parent a8902cc3
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ latest:
```bash
cd base && docker build \
--build-arg MOJO_VERSION=24.5.0 \
--build-arg PYTHON_VERSION=3.12.7 \
--build-arg PYTHON_VERSION=3.12.8 \
-t jupyterlab/mojo/base \
-f latest.Dockerfile .
```
......
......@@ -8,7 +8,7 @@ Topmost entry = Tag `latest`
| MAX/Mojo | Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Neovim | Git | Git LFS | Pandoc | Linux distro |
|:-----------|:-----------|:------------|:------------|:-------------------|:-------|:-------|:--------|:-------|:-------------|
| 24.5.0 | 3.12.7 | 5.2.1 | 4.2.5 | 4.95.3 (1.95.3) | 0.10.2 | 2.47.1 | 3.6.0 | 3.4 | Debian 12 |
| 24.5.0 | 3.12.8 | 5.2.1 | 4.2.5 | 4.95.3 (1.95.3) | 0.10.2 | 2.47.1 | 3.6.0 | 3.4 | Debian 12 |
| 24.4.0[^1] | 3.12.6 | 5.1.0 | 4.2.5 | 4.92.2 (1.92.2) | 0.10.1 | 2.46.1 | 3.5.1 | 3.2 | Debian 12 |
| 24.3.0[^1] | 3.12.4 | 5.0.0 | 4.2.1 | 4.89.1 (1.89.1) | n/a | 2.45.2 | 3.5.1 | 3.1.11 | Debian 12 |
......
......@@ -2,7 +2,7 @@
variables:
MOJO_VERSION: "24.5.0"
MOJO_EXTENSION_VERSION: "24.5.2"
PYTHON_VERSION: "3.12.7"
PYTHON_VERSION: "3.12.8"
TAG_VERSION_MAJ_MIN: "false"
TAG_VERSION_MAJ: "false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment