update Docker image to python-3.6.5-slim

This commit is contained in:
Matthias Voppichler 2018-04-22 09:21:09 +02:00
parent 954c6e8c15
commit 710c7daec5
1 changed files with 1 additions and 1 deletions

View File

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