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

Closed
renovate-bot wants to merge 1 commits from renovate/mcr.microsoft.com-dotnet-sdk-7.x into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 29d6c07f8d - Show all commits

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