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

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