Update mcr.microsoft.com/dotnet/sdk:6.0 Docker digest to c8fdd06 #362

Merged
renovate-bot merged 1 commit from renovate/dotnet-monorepo into main 2025-02-15 14:09:26 +00:00

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:c8fdd06e430de9f4ddd066b475ea350d771f341b77dd5ff4c2fafa748e3f2ef2 as builder
# renovate: datasource=github-tags depName=jellyfin/jellyfin versioning=semver
ENV JELLYFIN_VERSION v10.8.13