Update debian:buster-slim Docker digest to 42bc00c #14

Merged
renovate-bot merged 1 commits from renovate/debian-buster-slim into master 2021-07-09 05:03:40 +00:00
Showing only changes of commit c64063e66a - Show all commits

View File

@ -27,7 +27,7 @@ RUN set -ex; \
git apply /jellyfin_livestream.patch; \ git apply /jellyfin_livestream.patch; \
dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="/jellyfin" --self-contained --runtime linux-x64 "-p:DebugSymbols=false;DebugType=none"; dotnet publish Jellyfin.Server --disable-parallel --configuration Release --output="/jellyfin" --self-contained --runtime linux-x64 "-p:DebugSymbols=false;DebugType=none";
FROM debian:buster-slim@sha256:c6e92d5b7730fdfc2753c4cce68c90d6c86a6a3391955549f9fe8ad6ce619ce0 FROM debian:buster-slim@sha256:42bc00cecab49304b2f56b6b5c6ee147c1f585467a87d8023169a2ccddb16cea
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ] SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]