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
commit 8aaaab4163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 \