Ubuntu 22.04 docker image is broken. Why not to use :latest in your images?
They say it’s always a good idea to pin your dependency versions to specific versions and not use things like “:latest” as base docker image or just a major version in your Python’s requirements.txt.
But why is that exactly? And what happens if you don’t do it?
