File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,11 @@ RUN apt-get install -y git
2323
2424RUN mkdir /src
2525WORKDIR /src
26- RUN git clone --branch master https://github.com/librespot-org/librespot.git
26+ RUN git clone --depth 1 -- branch v0.6.0 https://github.com/librespot-org/librespot.git
2727WORKDIR /src/librespot
2828RUN 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"
2929RUN cp /src/librespot/target/release/librespot /usr/bin/librespot
3030WORKDIR /
31- # RUN rm -Rf /src
32-
33- RUN rm -rf /var/lib/apt/lists/*
3431
3532FROM ${BASE_IMAGE:-library/debian:stable-slim} AS intermediate
3633
Original file line number Diff line number Diff line change @@ -311,6 +311,7 @@ Just be careful to use the tag you have built.
311311
312312Change Date|Major Changes
313313---|---
314+ 2025-01-27|Build latest tag v0.6.0 instead of default branch
3143152025-01-26|Added curl to the runtime dependencies (see [ #113 ] ( https://github.com/GioF71/librespot-docker/issues/113 ) )
3153162025-01-03|Restored arm/v7 build
3163172025-01-03|Build using cargo (see [ #103 ] ( https://github.com/GioF71/librespot-docker/issues/103 ) )
You can’t perform that action at this time.
0 commit comments