diff --git a/identidock/Dockerfile b/identidock/Dockerfile index 6ea49c1..b20a6fb 100644 --- a/identidock/Dockerfile +++ b/identidock/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.4 +FROM python:3.7 RUN groupadd -r uwsgi && useradd -r -g uwsgi uwsgi RUN pip install Flask==0.10.1 uWSGI==2.0.8