From 7e7a3985ae6f79795597384fa5f1d22359df204c Mon Sep 17 00:00:00 2001 From: bump Date: Sun, 4 Aug 2024 16:02:22 +0000 Subject: [PATCH] Update static-ffmpeg to 7.0.2 from 7.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2254b15..f869987 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # bump: yt-dlp link "Release notes" https://github.com/yt-dlp/yt-dlp/releases/tag/$LATEST ARG YT_DLP=2024.08.01 # bump: static-ffmpeg /FFMPEG_VERSION=([\d.-]+)/ docker:mwader/static-ffmpeg|/^\d[0-9.-]*$/|sort -ARG FFMPEG_VERSION=7.0.1 +ARG FFMPEG_VERSION=7.0.2 # bump: golang /GOLANG_VERSION=([\d.]+)/ docker:golang|^1 # bump: golang link "Release notes" https://golang.org/doc/devel/release.html ARG GOLANG_VERSION=1.22.5