downgrade python 3.9.2 to 3.8.6

This commit is contained in:
Mylloon 2021-03-17 21:36:41 +01:00
parent 66a53e4a86
commit b28b3a2135

View file

@ -1,4 +1,4 @@
FROM python:3.9.2-slim
FROM python:3.8.6-slim
RUN apt update && \
apt install -y --no-install-recommends ffmpeg git && \