From dbf8ec6a20ffd5df1d8d7cd0cc0ed9735ada52d9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 5 Jan 2019 19:24:07 +0100 Subject: [PATCH] Update dockerfile to python 3.7.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24cce0049..ded74bd18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.0-slim-stretch +FROM python:3.7.2-slim-stretch RUN apt-get update \ && apt-get -y install curl build-essential \