From 2b488d1da2b290894b5c17a046e2c0ef4ca1b05e Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 7 Jul 2018 14:52:39 +0200 Subject: [PATCH] Update Dockerfile to 3.6.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afafd93c1..d2c2b1b22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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