revert to python 3.7

This commit is contained in:
Robert Resch 2021-06-20 11:58:20 +02:00
parent 0321580250
commit fbe035a723
No known key found for this signature in database
GPG key ID: 6B360759EB2ACAEE

View file

@ -1,6 +1,6 @@
ARG ARCH=amd64
FROM $ARCH/python:3.8-alpine
FROM $ARCH/python:3.7-alpine
COPY requirements.txt /requirements.txt