P5-5370 bump-psycopg to fix build errors

This commit is contained in:
Niklas Fondberg
2020-06-22 10:05:51 +02:00
committed by GitHub
parent a635623b87
commit cc905ad928
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM tiangolo/uwsgi-nginx-flask:python3.6
FROM tiangolo/uwsgi-nginx-flask:python3.7
COPY ./requirements.txt /app
RUN pip install -r requirements.txt