aws / aws-lambda-base-images

Apache License 2.0
670 stars 110 forks source link

Python 3.9.11 Docker image #42

Closed Tenzer closed 2 years ago

Tenzer commented 2 years ago

The latest Python version currently available is Python 3.9.10. Last week 3.9.11 was released and brings a bunch of security updates. Would it be possible to update the Docker images to this version? https://pythoninsider.blogspot.com/2022/03/python-3103-3911-3813-and-3713-are-now.html https://docs.python.org/release/3.9.11/whatsnew/changelog.html

Tenzer commented 2 years ago

3.9.12 has now been released with a minor bug fix, so it might be good to aim for that instead: https://pythoninsider.blogspot.com/2022/03/python-3104-and-3912-are-now-available.html.

smirnoal commented 2 years ago

I've just validate the python version in the latest image:

# python --version
Python 3.9.13