Pin debian Docker tag to 7acda01 #10
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ RUN set -ex; \
|
||||||
cd /librespot; \
|
cd /librespot; \
|
||||||
cargo build --release --no-default-features;
|
cargo build --release --no-default-features;
|
||||||
|
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim@sha256:7acda01e55b086181a6fa596941503648e423091ca563258e2c1657d140355b1
|
||||||
|
|
||||||
COPY --from=snapcast /home/curl_user/snapserver.deb /snapserver.deb
|
COPY --from=snapcast /home/curl_user/snapserver.deb /snapserver.deb
|
||||||
COPY --from=librespot /librespot/target/release/librespot /usr/local/bin/librespot
|
COPY --from=librespot /librespot/target/release/librespot /usr/local/bin/librespot
|
||||||
|
|
Reference in a new issue