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

Updating multiple Dockerfile file to use the ubuntu:20.04 container i… #57

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

MitchyBAwesome
Copy link
Collaborator

…mage for the ubuntu image to fixes a runtime issue caused by python10 in the latest version of the ubuntu image

Issue:
#56

Description of changes:

Updated the first line of the following files from FROM ubuntu:latest to FROM ubuntu:20.04 to work around a runtime problem introduced by Python 10. ubuntu:20.04 uses Python 3.9.

workshop-1/app/like-service/Dockerfile
workshop-1/app/monolith-service/Dockerfile.draft
workshop-2/app/like-service/Dockerfile
workshop-2/app/monolith-service/Dockerfile
workshop-3/app/like-service/Dockerfile
workshop-3/app/monolith-service/Dockerfile

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

…mage for the ubuntu image to fixes a runtime issue caused by python10 in the latest version of the ubuntu image
@MitchyBAwesome MitchyBAwesome merged commit f19a5a4 into master Apr 26, 2022
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