summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorIgor Kim <igorkim.an@gmail.com>2020-05-11 22:51:23 +0600
committerGitHub <noreply@github.com>2020-05-11 09:51:23 -0700
commitb994c757013a2cfc6cdb9407120e53d94e8906f0 (patch)
treeb897e641c694fc20e925c7866fe995fdca7d54f0 /Dockerfile
parent901ef31fd176a036d20696898fbbfc15bce4d3fb (diff)
Update python version from 2.7 to 3.8 in Dockerfile (#1181)
* Update python version from 2.7 to 3.8 in Dockerfile * Update AUTHORS and changelog.rst
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 8d48e7de..32d341ac 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:2.7
+FROM python:3.8
COPY . /app
RUN cd /app && pip install -e .