diff --git a/Dockerfile b/Dockerfile index 84e216a..d0e88a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7-alpine +FROM python:3.6-alpine COPY requirements.txt /tmp/