From b5d46032db058b2d0b079bfd3559b25d9f524ee0 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Tue, 18 Feb 2020 15:21:33 +0100 Subject: [PATCH] Revert to apline:3.10 to stay on Python 3.7 (3.8 has issues with channels) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72ce285..7c5eed2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11 +FROM alpine:3.10 MAINTAINER thetarkus -- GitLab