Update dockerfile to 3.7.0

This commit is contained in:
Matthias 2018-08-12 13:59:50 +02:00
parent f7afd9a5ff
commit a0bc17d1ef
1 changed files with 1 additions and 1 deletions

View File

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