diff options
Diffstat (limited to 'mgr/docker/Dockerfile')
-rw-r--r-- | mgr/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/docker/Dockerfile b/mgr/docker/Dockerfile index 79c698d..73292a5 100644 --- a/mgr/docker/Dockerfile +++ b/mgr/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} |