Skip to content

Commit f2fa7dc

Browse files
committed
#152 bring in another commit to dev
1 parent bfdc287 commit f2fa7dc

2 files changed

Lines changed: 3 additions & 2 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 upstream-dev-pr-1622 https://github.com/GioF71/librespot.git
27+
RUN git clone --depth 1 --branch dev-2025-11-08 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ 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))
319+
2025-11-08|Build using [this commit](https://github.com/librespot-org/librespot/commit/84a3302168b8b25d44f1b313ca20155959f553e0)
320+
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))
322323
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)