Skip to content

Commit 9d408aa

Browse files
committed
#144 bump to v0.7.0
1 parent c76d57c commit 9d408aa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

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

2424
RUN mkdir /src
2525
WORKDIR /src
26-
RUN git clone --depth 1 --branch dev-2025-08-11 https://github.com/GioF71/librespot.git
26+
RUN git clone --depth 1 --branch master-v0.7.0 https://github.com/GioF71/librespot.git
2727
WORKDIR /src/librespot
2828
RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --release --no-default-features --features "alsa-backend pulseaudio-backend with-avahi with-dns-sd with-libmdns"
2929
RUN cp /src/librespot/target/release/librespot /usr/bin/librespot

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Just be careful to use the tag you have built.
316316

317317
Change Date|Major Changes
318318
---|---
319+
2025-08-30|Build using latest version (v0.7.0) (see [#144](https://github.com/GioF71/librespot-docker/issues/144))
319320
2025-08-12|Build using current `dev` branch at [this commit](https://github.com/librespot-org/librespot/commit/ba3d501b08345aadf207d09b3a0713853228ba64), using my fork
320321
2025-03-27|Fix autoplay (see [#122](https://github.com/GioF71/librespot-docker/issues/122))
321322
2025-01-27|Build latest tag v0.6.0 instead of default branch

0 commit comments

Comments
 (0)