From 44b53a017cafc5ea624028ec6a88a4e00abf514d Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 25 Jun 2026 10:38:58 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Claire --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8468a07990..05d742b2fc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -208,7 +208,7 @@ RUN \ FROM build AS ffmpeg # ffmpeg version to compile, change with [--build-arg FFMPEG_VERSION="7.0.x"] -# renovate: datasource=repology depName=ffmpeg packageName=openpkg_current/ffmpeg +# renovate: datasource=github-tags depName=FFmpeg/FFmpeg extractVersion=^n(?\d+\.\d+(\.\d+)?)$ ARG FFMPEG_VERSION=7.1.5 # ffmpeg download URL, change with [--build-arg FFMPEG_URL="https://ffmpeg.org/releases"] ARG FFMPEG_URL=https://ffmpeg.org/releases