docker-library / python

Docker Official Image packaging for Python
https://www.python.org/
MIT License
2.5k stars 1.04k forks source link

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

Closed OlgasAcc closed 2 months ago

OlgasAcc commented 2 months ago

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

tianon commented 2 months ago

I can't reproduce: :thinking:

$ 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
OlgasAcc commented 2 months ago

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!