From a0bc17d1ef25effd20c70130ecc4407d03d4fc2d Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 12 Aug 2018 13:59:50 +0200 Subject: [PATCH] Update dockerfile to 3.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e959b9296..5d1b44f8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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