mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
Merge pull request #130 from linuxserver/nightly-pin-beetcamp
This commit is contained in:
commit
b6b38b7728
4 changed files with 4 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ RUN \
|
|||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
|
||||
beautifulsoup4 \
|
||||
beets-extrafiles \
|
||||
beetcamp \
|
||||
beetcamp==0.19.2 \
|
||||
python3-discogs-client \
|
||||
flask \
|
||||
PyGObject \
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ RUN \
|
|||
pip install -U --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine-3.20/ \
|
||||
beautifulsoup4 \
|
||||
beets-extrafiles \
|
||||
beetcamp \
|
||||
beetcamp==0.19.2 \
|
||||
python3-discogs-client \
|
||||
flask \
|
||||
PyGObject \
|
||||
|
|
|
|||
|
|
@ -274,6 +274,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **22.10.24:** - Pin beetcamp to 0.19.2 until upstream requirements fixed.
|
||||
* **01.10.24:** - Add packages required for Discogs plugin.
|
||||
* **28.08.24:** - Rebase to Alpine 3.20.
|
||||
* **23.12.23:** - Rebase to Alpine 3.19.
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ param_ports:
|
|||
- {external_port: "8337", internal_port: "8337", port_desc: "Application WebUI"}
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "22.10.24:", desc: "Pin beetcamp to 0.19.2 until upstream requirements fixed."}
|
||||
- {date: "01.10.24:", desc: "Add packages required for Discogs plugin."}
|
||||
- {date: "28.08.24:", desc: "Rebase to Alpine 3.20."}
|
||||
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
|
||||
|
|
|
|||
Loading…
Reference in a new issue