Commit 773269c6de2f7f3a11f044f150d303c70b1dde41

Authored by Antoine Goutenoir
1 parent 203f1667
Exists in master

config: update docker containerization to python 3.8

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Dockerfile
1   -FROM tiangolo/uwsgi-nginx-flask:python3.7
  1 +FROM tiangolo/uwsgi-nginx-flask:python3.8
2 2 ADD . /app
3 3 WORKDIR /app
4 4 RUN pip install -r requirements.txt
... ...