cisagov / scanner

Automated pshtt, trustymail, and sslyze scanning
Creative Commons Zero v1.0 Universal
24 stars 5 forks source link

Use the latest supported version of Python #71

Closed jsf9k closed 1 year ago

jsf9k commented 1 year ago

๐Ÿ—ฃ Description

This pull request modifies Dockerfile to use a base Docker image based on the latest supported version of Python. We are currently limited to Python <= 3.7 because of cisagov/pshtt.

This pull request also bumps the base Docker image to be one based on Bullseye.

๐Ÿ’ญ Motivation and context

The latest version of Python is generally more performant than previous versions; plus, it's always good to stay current.

๐Ÿงช Testing

All automated tests pass.

โœ… Pre-approval checklist

โœ… Post-merge checklist