Merge pull request #2145 from freqtrade/update_docker_image

Update dockerfile python version
This commit is contained in:
Matthias
2019-08-16 10:24:55 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM python:3.7.3-slim-stretch
FROM python:3.7.4-slim-stretch
RUN apt-get update \
&& apt-get -y install curl build-essential libssl-dev \