diff --git a/Dockerfile-plugins b/Dockerfile-plugins index dd0e859..e9a4e83 100644 --- a/Dockerfile-plugins +++ b/Dockerfile-plugins @@ -29,7 +29,7 @@ RUN set -eux; \ beets-ytimport==1.9.0 \ beets-autogenre==0.5.0 \ ytmusicapi==1.7.5 \ - yt-dlp==2024.07.16; \ + yt-dlp==2024.08.06; \ apk del --purge $BUILD_DEPS ENV BEETSDIR=/data/beets \