Skip to content

Commit b66ee18

Browse files
authored
Build using tag v0.6.0 (#116)
1 parent 20a6691 commit b66ee18

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ RUN apt-get install -y git
2323

2424
RUN mkdir /src
2525
WORKDIR /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
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
3030
WORKDIR /
31-
# RUN rm -Rf /src
32-
33-
RUN rm -rf /var/lib/apt/lists/*
3431

3532
FROM ${BASE_IMAGE:-library/debian:stable-slim} AS intermediate
3633

README.md

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

312312
Change Date|Major Changes
313313
---|---
314+
2025-01-27|Build latest tag v0.6.0 instead of default branch
314315
2025-01-26|Added curl to the runtime dependencies (see [#113](https://github.com/GioF71/librespot-docker/issues/113))
315316
2025-01-03|Restored arm/v7 build
316317
2025-01-03|Build using cargo (see [#103](https://github.com/GioF71/librespot-docker/issues/103))

0 commit comments

Comments
 (0)