From d80a2dfd1e8daefe839beac34e90aa2139417d09 Mon Sep 17 00:00:00 2001 From: Max Goltzsche Date: Sat, 24 Feb 2024 05:17:05 +0100 Subject: [PATCH] chore: bump beets-webm3u version for testing --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4c7c33..fb8b5a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN set -eux; \ rm -rf /tmp/bats-core-$BATS_VERSION # Install beets-webrouter plugin from source -RUN python -m pip install beetstream==1.2.0 beets-webm3u==0.1.1 +RUN python -m pip install beetstream==1.2.0 beets-webm3u==0.3.0 COPY dist /plugin/dist RUN python -m pip install /plugin/dist/* COPY example_beets_config.yaml /etc/beets/default-config.yaml