Pin Python to 3.8, 3.9+ is not supported

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-03-07 14:21:27 +01:00
parent af75e35763
commit 63d56e65e7
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -1,4 +1,4 @@
FROM python:3-alpine
FROM python:3.8-alpine
LABEL maintainer Knut Ahlers <knut@ahlers.me>