Merge pull request #990 from freqtrade/update_dockerfile

Update Dockerfile to 3.6.6
This commit is contained in:
Samuel Husso 2018-07-07 08:15:20 -05:00 committed by GitHub
commit 7c8c8e83d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.6.5-slim-stretch
FROM python:3.6.6-slim-stretch
# Install TA-lib
RUN apt-get update && apt-get -y install curl build-essential && apt-get clean