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
commit e91be7aff9
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.0-slim-stretch
FROM python:3.7.2-slim-stretch
RUN apt-get update \
&& apt-get -y install curl build-essential \