Skip to content

Commit e5b4350

Browse files
authored
#146 build with version 0.7.1 (#147)
1 parent ec06feb commit e5b4350

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get install -y git
2424

2525
RUN mkdir /src
2626
WORKDIR /src
27-
RUN git clone --depth 1 --branch master-v0.7.0 https://github.com/GioF71/librespot.git
27+
RUN git clone --depth 1 --branch master-v0.7.1 https://github.com/GioF71/librespot.git
2828
WORKDIR /src/librespot
2929
RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --release --no-default-features --features "native-tls alsa-backend pulseaudio-backend with-avahi with-dns-sd with-libmdns"
3030
RUN cp /src/librespot/target/release/librespot /usr/bin/librespot

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ A Docker image for [librespot](https://github.com/librespot-org/librespot)
44

55
## News
66

7-
The newest `latest` image, based on the current `dev` branch of [librespot](https://github.com/librespot-org/librespot) at [this commit](https://github.com/librespot-org/librespot/commit/ba3d501b08345aadf207d09b3a0713853228ba64), is built using [my fork of librespot](https://github.com/GioF71/librespot), purposedly created just to have a tag named `dev-2025-08-11` at the specified commit.
8-
These images fix [this issue](https://github.com/GioF71/librespot-docker/issues/128), without the need to apply the suggested workaround (for that, thanks to [this post on Moode Audio forum](https://moodeaudio.org/forum/showthread.php?tid=7915&pid=65727#pid65727)).
7+
The newest `latest` image is based on the current `v0.7.1` version of [librespot](https://github.com/librespot-org/librespot) at [this commit](https://github.com/librespot-org/librespot/commit/987dfa5df2546a96d34582674a757a3dcc6036a7), is built using [my fork of librespot](https://github.com/GioF71/librespot).
98

109
## Reference
1110

@@ -316,6 +315,7 @@ Just be careful to use the tag you have built.
316315

317316
Change Date|Major Changes
318317
---|---
318+
2025-08-31|Build using latest version (v0.7.1) (see [#146](https://github.com/GioF71/librespot-docker/issues/146))
319319
2025-08-31|Build using latest version (v0.7.0) (see [#144](https://github.com/GioF71/librespot-docker/issues/144))
320320
2025-08-12|Build using current `dev` branch at [this commit](https://github.com/librespot-org/librespot/commit/ba3d501b08345aadf207d09b3a0713853228ba64), using my fork
321321
2025-03-27|Fix autoplay (see [#122](https://github.com/GioF71/librespot-docker/issues/122))

0 commit comments

Comments
 (0)