change dockerfile
This commit is contained in:
parent
32cce9a0ae
commit
c39c3501c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue