az cli docker images uses outdated python image #16748
Labels
Packaging/Docker
Packaging
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
This is autogenerated. Please review and update as needed.
Describe the bug
The azure cli docker image uses the image version 3.6.10, see
https://github.com/Azure/azure-cli/blob/dev/Dockerfile#L6
but the offical python docker image no longer supports 3.6.10 only 3.6.12 has a supported image, see https://hub.docker.com/_/python
With this old base image, the image may contain insecure libs.
To Reproduce:
n/a
Expected Behavior
The azure cli docker image always uses a supported base image.
Environment Summary
Additional Context
The text was updated successfully, but these errors were encountered: