Update debian:bullseye-slim Docker digest to 34b63f5 #136
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@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4
|
FROM debian:bullseye-slim@sha256:34b63f55a4b193ad03c5ddb4b3f8546c797763ed708f0df5309ecb9507d15179
|
||||||
|
|
||||||
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