From 213690d1f69aaa3b23a9b31c9233bb49ddbfe8fd Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 15 Dec 2025 11:44:46 -0500 Subject: [PATCH] Switching ffmpeg to v7 for Docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7221a46..e1a64a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN apk --no-cache --repository community add \ bash \ tini \ dotnet8-runtime \ - ffmpeg \ + ffmpeg7 \ udev \ ttf-freefont \ chromium \