Update Dockerfile to 3.6.6

This commit is contained in:
Matthias 2018-07-07 14:52:39 +02:00
parent e98efe3a35
commit 2b488d1da2
1 changed files with 1 additions and 1 deletions

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