Update mcr.microsoft.com/dotnet/sdk Docker tag to v7 - autoclosed #260

Closed
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:017deb67e5f21988120b322735d0c24beba3daf02e02b31dea4aea243a37a3e8 as builder
FROM mcr.microsoft.com/dotnet/sdk:7.0@sha256:79cacf6458f5ffb9c6af0659a7a651d5217ca4f7325db15b1cae01f6712e8979 as builder
# renovate: datasource=github-tags depName=jellyfin/jellyfin versioning=semver
ENV JELLYFIN_VERSION v10.8.10