aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authorOlivia.Zhan <zhan.jie1@zte.com.cn>2019-07-12 10:40:38 +0800
committerOlivia.Zhan <zhan.jie1@zte.com.cn>2019-07-12 11:09:03 +0800
commit74602ff5cc299a5071a26cec6719435d39658062 (patch)
treea0a2434858f8c919a048b409c5c2c58d9fda3179 /docker/Dockerfile
parent22185d6f712a6b76bd4757961eed8baf62d81e71 (diff)
Update python2 to python3 for catalog
Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I9b7bd50c0a750c046643e4a8df46e12165eaa4c1
Diffstat (limited to 'docker/Dockerfile')
-rwxr-xr-xdocker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index f75f9091..37dd74dd 100755
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,4 +1,4 @@
-FROM python:2-alpine
+FROM python:3.6-alpine
ARG HTTP_PROXY=${HTTP_PROXY}
ARG HTTPS_PROXY=${HTTPS_PROXY}