Update dockerfile to python 3.7.2

pull/1468/head
Matthias 7 years ago
parent c8d40e81f0
commit dbf8ec6a20

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

Loading…
Cancel
Save