Skip to content

Commit 9709b65

Browse files
authored
#154 build with 0.8.0 (#155)
1 parent 1ed1f3a commit 9709b65

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
@@ -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 upstream-dev-pr-1622 https://github.com/GioF71/librespot.git
27+
RUN git clone --depth 1 --branch v0.8.0 https://github.com/librespot-org/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: 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-11-10|Build with [upstream version 0.8.0](https://github.com/librespot-org/librespot/releases/tag/v0.8.0) (see [#154](https://github.com/GioF71/librespot-docker/issues/154))
319320
2025-11-08|Build with [upstream PR #1622](https://github.com/librespot-org/librespot/pull/1622) merged to dev (see [#152](https://github.com/GioF71/librespot-docker/issues/152))
320321
2025-11-02|Add python3 package (see [#149](https://github.com/GioF71/librespot-docker/issues/149))
321322
2025-08-31|Build using latest version (v0.7.1) (see [#146](https://github.com/GioF71/librespot-docker/issues/146))

0 commit comments

Comments
 (0)