Skip to content

Commit

Permalink
fix: bump webm3u version 0.1.1
Browse files Browse the repository at this point in the history
mgoltzsche committed Feb 21, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
mgoltzsche Max Goltzsche
1 parent af99ec0 commit f6698c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.0
RUN python -m pip install beetstream==1.2.0 beets-webm3u==0.1.1
COPY dist /plugin/dist
RUN python -m pip install /plugin/dist/*
COPY example_beets_config.yaml /etc/beets/default-config.yaml

0 comments on commit f6698c2

Please sign in to comment.