fix docker build error

fix https://github.com/xtekky/gpt4free/issues/643
This commit is contained in:
wavezhang 2023-06-07 12:54:17 +08:00 committed by GitHub
parent 3c5eccb6b0
commit 64d5dc951f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM python:3.12.0b1-slim
FROM python:3.11.3-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends ffmpeg \