docker-library / python

Docker Official Image packaging for Python

Home Page:https://www.python.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python:3.11-slim-bookworm image still uses debian:12.0 but not 12.5

OlgasAcc opened this issue · comments

There is already 2-months-old rebuilt image for the non-slim version of Python:3.11-bookworm (uses the latest debian:12.5).
Could you please rebuild the slim version image as well?

image

Thanks

I can't reproduce: 🤔

$ docker run --rm --pull=always python:3.11-slim-bookworm cat /etc/debian_version
3.11-slim-bookworm: Pulling from library/python
Digest: sha256:6d2502238109c929569ae99355e28890c438cb11bc88ef02cd189c173b3db07c
Status: Image is up to date for python:3.11-slim-bookworm
12.5

I can't reproduce: 🤔

$ docker run --rm --pull=always python:3.11-slim-bookworm cat /etc/debian_version
3.11-slim-bookworm: Pulling from library/python
Digest: sha256:6d2502238109c929569ae99355e28890c438cb11bc88ef02cd189c173b3db07c
Status: Image is up to date for python:3.11-slim-bookworm
12.5

Thanks @tianon, the image description in the Docker-hub has confused me. Thanks!