Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use the latest version of the Python Docker base image #21

Merged
merged 2 commits into from
Sep 29, 2022

Conversation

jsf9k
Copy link
Member

@jsf9k jsf9k commented Sep 28, 2022

🗣 Description

This pull request modifies the Dockerfile to use the latest version of the Python Docker base image.

💭 Motivation and context

We don't use any Python syntax that is unsupported by Python < 3.10.7, but new Python releases often include performance improvements and bug fixes and are therefore worth keeping up with.

See the following PRs for more details:

🧪 Testing

All automated testing passes.

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

✅ Pre-merge checklist

  • Finalize version.

✅ Post-merge checklist

  • Create a release.

@jsf9k jsf9k added improvement This issue or pull request will add or improve functionality, maintainability, or ease of use version bump This issue or pull request increments the version number labels Sep 28, 2022
@jsf9k jsf9k self-assigned this Sep 28, 2022
@jsf9k jsf9k force-pushed the improvement/use-latest-python-base-docker-image branch from 8e0ead0 to e1f7c3c Compare September 29, 2022 11:50
@jsf9k jsf9k marked this pull request as ready for review September 29, 2022 13:38
Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@mcdonnnj mcdonnnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ✔️

@jsf9k jsf9k merged commit 0ae1afa into develop Sep 29, 2022
@jsf9k jsf9k deleted the improvement/use-latest-python-base-docker-image branch September 29, 2022 14:12
jsf9k added a commit that referenced this pull request Jul 17, 2023
…e-docker-image

Use the latest version of the Python Docker base image
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
improvement This issue or pull request will add or improve functionality, maintainability, or ease of use version bump This issue or pull request increments the version number
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants