Update debian:bullseye-slim Docker digest to d5dd14f
This commit is contained in:
parent
b4f5b29946
commit
b06f02d633
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:9928613e8796953e02f34479207d2c3405256b4fd1027f661beca210b55800b7
|
||||
FROM debian:bullseye-slim@sha256:d5dd14ffead88f6e0cdc4d9b5e8ce7b748e5e0ee9294aa0e566f39f2e85bc55e
|
||||
|
||||
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