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