Bugfix: Pin python to 3.7, FlexGet does not support 3.8

This commit is contained in:
Winston Astrachan 2019-10-27 20:16:19 -04:00
parent 42864ee87c
commit 770d3dde82

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.7-alpine
LABEL maintainer="Winston Astrachan"
LABEL description="FlexGet on Alpine Linux"