Skip to content

Commit

Permalink
chore: bump beets-webm3u version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Feb 24, 2024
1 parent 396601e commit d80a2df
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
Expand Up @@ -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
Expand Down

0 comments on commit d80a2df

Please sign in to comment.