summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dockerfile2
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