aboutsummaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2019-07-04 10:44:08 +0800
committermaopengzhang <zhang.maopeng1@zte.com.cn>2019-07-04 14:10:31 +0800
commitf0c32021572945e00a30570d2323babb03401d16 (patch)
tree1e5d2b8a09edd4bf795be48ff0c67df100d0b748 /docker/Dockerfile
parentf2a5c03d4d695a5f10c1275aa1aa12c9279b5950 (diff)
Update python2 to python3
Update python2 to python3 Change-Id: Ic40b6f3a542f60de955ef7af158cd18b8b0e24a9 Issue-ID: VFC-1429 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index d7d6085e..58fade32 100644
--- 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}