Skip to content

Commit 1ed1f3a

Browse files
authored
#152 build using upstream dev branch with PR 1622 merged (#153)
1 parent f0ce351 commit 1ed1f3a

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 master-v0.7.1 https://github.com/GioF71/librespot.git
27+
RUN git clone --depth 1 --branch upstream-dev-pr-1622 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: 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-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))
319320
2025-11-02|Add python3 package (see [#149](https://github.com/GioF71/librespot-docker/issues/149))
320321
2025-08-31|Build using latest version (v0.7.1) (see [#146](https://github.com/GioF71/librespot-docker/issues/146))
321322
2025-08-31|Build using latest version (v0.7.0) (see [#144](https://github.com/GioF71/librespot-docker/issues/144))

0 commit comments

Comments
 (0)