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

Fix python version in example #27

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

StFS
Copy link

@StFS StFS commented Oct 21, 2019

Currently, the resource-provider and resource-provider-api containers in the example use python:3-alpine which has recently been updated from 3.7 to 3.8.

This change caused the entrypoint-dev.sh script to crap out since it explicitly uses the python3.7 directory as the location of the certifi/cacert.pem file.

This PR fixes the python version to 3.7 to avoid this.

StFS added 2 commits October 21, 2019 17:44
Use python 3.7 docker image explicitly.
Use python 3.7 docker image explicitly
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