-
Notifications
You must be signed in to change notification settings - Fork 1.1k
could you please upgrade setuptools version to latest #1012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
These images by design use the pip/setuptools versions that are bundled with the version of Python being installed. Python 3.11 comes with setuptools v65.5.0: So this is expected, and not something that will be changed in these images. (Updating to setuptools 70+ would be a breaking change for a start.) You will either need to either:
See also: |
@edmorley is correct. We do not update |
I am using python:3.11-alpine3.21 docker image from docker hub however this docker image is having one high level of vulnerability which is related to setuptools library. I would recommend you to upgrade the setuptools version from 65.5.1 to 76.1.0, which can help us to resolve the currently present vulnerability and republish the docker image to dockerhub
The text was updated successfully, but these errors were encountered: