From 770d3dde829da99a4b7541119a042c0f2a2d2c68 Mon Sep 17 00:00:00 2001 From: Winston Astrachan Date: Sun, 27 Oct 2019 20:16:19 -0400 Subject: [PATCH] Bugfix: Pin python to 3.7, FlexGet does not support 3.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c844fa..ad0b279 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.7-alpine LABEL maintainer="Winston Astrachan" LABEL description="FlexGet on Alpine Linux"