Update debian:bullseye-slim Docker digest to 0e75382
This commit is contained in:
parent
a91666161d
commit
088fd19d11
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:7f75ea42bb77c8a4454908d92464c4e628c91f4377def133080654a2875e9977
|
FROM debian:bullseye-slim@sha256:0e75382930ceb533e2f438071307708e79dc86d9b8e433cc6dd1a96872f2651d
|
||||||
|
|
||||||
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