From 81ecdf31aa2fc8a8a4f08968d755ffca79c60325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 20:16:23 +0000 Subject: [PATCH] Bump jauderho/yt-dlp from 2025.04.30 to 2025.05.22 Bumps [jauderho/yt-dlp](https://github.com/jauderho/dockerfiles) from 2025.04.30 to 2025.05.22. - [Commits](https://github.com/jauderho/dockerfiles/commits) --- updated-dependencies: - dependency-name: jauderho/yt-dlp dependency-version: 2025.05.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80577ff..8ed53b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/jauderho/yt-dlp:2025.04.30 +FROM ghcr.io/jauderho/yt-dlp:2025.05.22 ENV UID=1000 \ GID=1000 \