Update Dockerfile to 3.6.6

This commit is contained in:
Matthias 2018-07-07 14:52:39 +02:00 committed by creslinux
parent d261a79cb7
commit 5bd38c51ba

View File

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