Update debian:bullseye-slim Docker digest to a165446
This commit is contained in:
parent
2a7963210f
commit
565ef288eb
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:8481471cacd29779e7b6fe64a891f4b6771d8c3c7e57bb410542a3db10d1897a
|
FROM debian:bullseye-slim@sha256:a165446a88794db4fec31e35e9441433f9552ae048fb1ed26df352d2b537cb96
|
||||||
|
|
||||||
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