Skip to content

Commit 12092b6

Browse files
jskigithub-actions[bot]
authored andcommitted
chore: Update Python versions
- Updated README with current Python versions
1 parent 87848e8 commit 12092b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ This project provides pre-built images for multiple Python versions, using a hyb
3939

4040
| Python Version | Image Tag | Python Source | Debian Base | Distroless Runtime |
4141
|----------------|-----------|---------------|-------------|-------------------|
42-
| 3.9 | `:3.9` | `python:3.9-slim-bullseye` | `debian:bullseye-slim` | `gcr.io/distroless/python3-debian11` |
43-
| 3.10 | `:3.10` | `python:3.10-slim-bullseye` | `debian:bullseye-slim` | `gcr.io/distroless/python3-debian11` |
44-
| 3.11 | `:3.11` | `python:3.11-slim-bookworm` | `debian:bookworm-slim` | `gcr.io/distroless/python3-debian12` |
45-
| 3.12 | `:3.12` | `python:3.12-slim-bookworm` | `debian:bookworm-slim` | `gcr.io/distroless/python3-debian12` |
46-
| 3.13 | `:3.13` | `python:3.13-slim-bookworm` | `debian:bookworm-slim` | `gcr.io/distroless/python3-debian12` |
47-
| 3.14 | `:3.14` or `:latest` | `python:3.14-slim-bookworm` | `debian:bookworm-slim` | `gcr.io/distroless/python3-debian12` |
42+
| 3.9 | `:3.9` | `python:3.9-slim-bullseye` (3.9.23) | `debian:bullseye-slim` | `gcr.io/distroless/python3-debian11` |
43+
| 3.10 | `:3.10` | `python:3.10-slim-bullseye` (3.10.18) | `debian:bullseye-slim` | `gcr.io/distroless/python3-debian11` |
44+
| 3.11 | `:3.11` | `python:3.11-slim-bookworm` (3.11.14) | `debian:bookworm-slim` | `gcr.io/distroless/python3-debian12` |
45+
| 3.12 | `:3.12` | `python:3.12-slim-bookworm` (3.12.12) | `debian:bookworm-slim` | `gcr.io/distroless/python3-debian12` |
46+
| 3.13 | `:3.13` | `python:3.13-slim-bookworm` (3.13.11) | `debian:bookworm-slim` | `gcr.io/distroless/python3-debian12` |
47+
| 3.14 | `:3.14` or `:latest` | `python:3.14-slim-bookworm` (3.14.2) | `debian:bookworm-slim` | `gcr.io/distroless/python3-debian12` |
4848

4949
All images support both `linux/amd64` and `linux/arm64` architectures.
5050

0 commit comments

Comments
 (0)