diff options
| author | schneefux <schneefux+github@schneefux.xyz> | 2017-02-26 09:21:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-26 09:21:14 +0100 |
| commit | 2a4a95deeb3f013bc6c2b0d10e7c5d2c34ecd372 (patch) | |
| tree | 1e70001e5cc77c39d8de9c1470fc99ef07c3746b /python/Dockerfile | |
| parent | cfbe20fe0842e3e05eae184232469f0e6f6441f2 (diff) | |
| download | vaindock-2a4a95deeb3f013bc6c2b0d10e7c5d2c34ecd372.tar.gz vaindock-2a4a95deeb3f013bc6c2b0d10e7c5d2c34ecd372.zip | |
update Python version to latest
Diffstat (limited to 'python/Dockerfile')
| -rw-r--r-- | python/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
