Closed
Description
What docker image(s) are you using?
base-notebook
OS system and architecture running docker image
Ubuntu 20.04 x86_64
What Docker command are you running?
docker run -p 8888:8888 jupyter/base-notebook:python-3.9.12
How to Reproduce the problem?
import sys
print(sys.executable)
print(sys.version)
print(sys.version_info)
Command output
/opt/conda/bin/python
3.9.13 | packaged by conda-forge | (main, May 27 2022, 16:56:21)
[GCC 10.3.0]
sys.version_info(major=3, minor=9, micro=13, releaselevel='final', serial=0)
### Expected behavior
3.9.12
### Actual behavior
Version is 3.9.13 when the image tag is python-3.9.12
### Anything else?
See also https://hub.docker.com/layers/base-notebook/jupyter/base-notebook/python-3.9.12/images/sha256-6cf09d659458bbda5f656deace9393949c2c90b35770858c225847cc97ac47f2?context=explore
Thanks for making these images, very useful!