Update debian:bullseye-slim Docker digest to d02b02e
This commit is contained in:
parent
4ef654cd37
commit
48c7e73a7d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ RUN set -ex; \
|
|||
cd /librespot; \
|
||||
cargo build --release --no-default-features;
|
||||
|
||||
FROM debian:bullseye-slim@sha256:41c3fecb70015fd9c72d6df95573de3f92d5f4f46fdabe8dbd8d2bfb1531594d
|
||||
FROM debian:bullseye-slim@sha256:d02b02ec2b540d377ccdad3d4ca9cc45ddb932cadfb91f31742f0e7ade5f412c
|
||||
|
||||
COPY --from=snapcast /home/curl_user/snapserver.deb /snapserver.deb
|
||||
COPY --from=librespot /librespot/target/release/librespot /usr/local/bin/librespot
|
||||
|
|
Reference in a new issue