Update mcr.microsoft.com/dotnet/sdk Docker tag to v7 #349

Open
renovate-bot wants to merge 1 commits from renovate/major-7-dotnet-monorepo into master
1 changed files with 1 additions and 1 deletions

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