-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
I pulled the latest "python:3.10" from dockerhub and expected it to not contain an interpreter for python 3.9.
Apparently it does:
docker run -it docker.io/library/python:3.10 python3.9 --version
Python 3.9.2
docker run -it docker.io/library/python:3.10 python3.10 --version
Python 3.10.6
Is this intended?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image