Update mcr.microsoft.com/dotnet/sdk:6.0 Docker digest to e94031d

This commit is contained in:
renovate-bot 2024-09-10 22:11:35 +00:00
parent 5cdf965347
commit 14e1c666a3

View file

@ -16,7 +16,7 @@ RUN set -ex; \
npm run build:production; \
mv dist /dist;
FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:9b06f9faaaa72fcc5c6e6021fabfa56dbc800ce5d720f91565d0881e921450f3 as builder
FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:e94031d006d526aeb62ba1847e92977debf8cfbce7f73d5da48d6f00de2f44dc as builder
# renovate: datasource=github-tags depName=jellyfin/jellyfin versioning=semver
ENV JELLYFIN_VERSION v10.8.13