updated python

This commit is contained in:
Simon
2026-02-08 15:58:50 +00:00
parent da53e6cc88
commit 7f5ada3a82

View File

@@ -1,4 +1,4 @@
FROM python:3.9-slim FROM python:3.13
# Install yt-dlp and dependencies # Install yt-dlp and dependencies
RUN apt-get update && apt-get install -y ffmpeg curl && \ RUN apt-get update && apt-get install -y ffmpeg curl && \