We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package version (if known): from repo - v1.0.0rc1 - 95feace
Docker backend build fails since cryptography does not support python 3.6.
Build using docker-compose -f docker-compose.full.yml up
docker-compose -f docker-compose.full.yml up
Build succeeds.
Fix: update docker/backend/Dockerfile to use python 3.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package version (if known): from repo - v1.0.0rc1 - 95feace
Describe the bug
Docker backend build fails since cryptography does not support python 3.6.
Steps to Reproduce
Build using
docker-compose -f docker-compose.full.yml up
Expected behavior
Build succeeds.
Additional context
Fix: update docker/backend/Dockerfile to use python 3.7
The text was updated successfully, but these errors were encountered: