Update mcr.microsoft.com/dotnet/sdk Docker tag to v8

This commit is contained in:
renovate-bot 2024-07-23 06:06:02 +00:00
parent 5cdf965347
commit d54a6d52c6

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