From 8479acaf6053004f5460cb479f8f9cddcf765917 Mon Sep 17 00:00:00 2001 From: Anatolij Date: Sat, 16 Feb 2019 13:37:33 +0200 Subject: [PATCH] Fix warring message Python 3.4 is old version already. Changing Python version fix warning message. --- identidock/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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