Skip to content
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

Enforce Python 3.8 usage in Dockerfile #473

Merged
merged 2 commits into from
Apr 15, 2023
Merged

Conversation

michaelnchin
Copy link
Member

Issue #, if available: N/A

Description of changes:

  • Fixed Dockerfile builds breaking due to yum install python3 installing Python 3.7 by default, we now ensure that a compatible version of Python 3.8 is installed via amazon-linux-extras package.
  • Upgraded Node to 14.x in Dockerfile.
  • Pin twine to resolve a conflict with our required urllib version.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@michaelnchin michaelnchin merged commit 04e95c6 into main Apr 15, 2023
@michaelnchin michaelnchin deleted the docker-3.8-upgrade branch April 15, 2023 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant