From 9c88ef999c214e76dbbd7dd57dd800ba8cf9c9dd Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 13 Aug 2018 11:50:48 +0700 Subject: [PATCH] Dockerfile: Use Python 3.6 coala-bears master does not support Python 3.7 yet due to a bear which does compile on Python 3.7 yet. Related to https://github.com/coala/corobo/issues/496 Related to https://github.com/coala/meta/issues/123 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f8485604..69114b7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.6-alpine ENV BOT_ROOT=/opt/errbot