The Python image on Docker Hub has Debian, Alpine, and Windows Server versions: https://hub.docker.com/_/python
The default (`python:latest` or `python:3.10`) is using Debian bullseye. You need to ask for Alpine by using a specific tag (`python:3.10-alpine`).
The Python image on Docker Hub has Debian, Alpine, and Windows Server versions: https://hub.docker.com/_/python
The default (`python:latest` or `python:3.10`) is using Debian bullseye. You need to ask for Alpine by using a specific tag (`python:3.10-alpine`).