diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-26 15:01:52 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-02-26 15:01:52 +0530 |
| commit | 61d4fe09ee227c8248a9a49787700f53629a8b00 (patch) | |
| tree | 258563a9e5f3c1b2e99c766c0dcfe72d9794387b | |
| parent | cfbe20fe0842e3e05eae184232469f0e6f6441f2 (diff) | |
| download | vaindock-61d4fe09ee227c8248a9a49787700f53629a8b00.tar.gz vaindock-61d4fe09ee227c8248a9a49787700f53629a8b00.zip | |
Python container upgraded to 3.6
| -rw-r--r-- | .env | 1 | ||||
| -rw-r--r-- | python/Dockerfile | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1 +0,0 @@ -COMPOSE_CONVERT_WINDOWS_PATHS=1 diff --git a/python/Dockerfile b/python/Dockerfile index cb78b90..a59cc2c 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5-alpine +FROM python:3.6-alpine ADD requirements.txt / RUN apk add --no-cache ca-certificates gcc linux-headers build-base RUN pip install -r /requirements.txt |
