1
0
Fork 0

change dockerfile

This commit is contained in:
Samive 2026-04-01 15:11:10 +08:00
commit c39c3501c8

View file

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.14-slim
# Install ffmpeg for merging video+audio streams
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*