You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the report, but I don't think cookiecutter-django should implement a workaround/fix for this issue, as it's a temporary issue. Plus, it looks like the base image has been fixed already.
What happened?
When using with docker and building for production we receive this issue pypa/pip#6197
What should've happened instead?
Fixed via adding
RUN pip install --upgrade pip
to
production/django/Dockerfile
The text was updated successfully, but these errors were encountered: