downgrade python 3.9.2 to 3.8.6
This commit is contained in:
parent
66a53e4a86
commit
b28b3a2135
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Reference in a new issue