Update dockerfile to python 3.7.2

This commit is contained in:
Matthias 2019-01-05 19:24:07 +01:00
parent c8d40e81f0
commit dbf8ec6a20
1 changed files with 1 additions and 1 deletions

View File

@ -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 \