From 2a4a95deeb3f013bc6c2b0d10e7c5d2c34ecd372 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 26 Feb 2017 09:21:14 +0100 Subject: update Python version to latest --- python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Dockerfile') 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 -- cgit v1.3.1