Merge pull request #1468 from freqtrade/update_dockerfile

Update dockerfile to python 3.7.2
This commit is contained in:
Misagh
2019-01-06 11:43:03 +01:00
committed by GitHub

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 \