Compare commits

..

1 commit

Author SHA1 Message Date
bf2b33dfb9 Update mcr.microsoft.com/dotnet/sdk Docker tag to v8 2024-08-13 06:10:19 +00:00

View file

@ -16,7 +16,7 @@ RUN set -ex; \
npm run build:production; \
mv dist /dist;
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:7d0ba26469267b563120456557e38eccef9972cb6b9cfbbd47a50d1218fa7b30 as builder
FROM mcr.microsoft.com/dotnet/sdk:8.0@sha256:fdab91b56672072a804683ffbdfbe00c0957e5dfc9112d73b430176315591ce7 as builder
# renovate: datasource=github-tags depName=jellyfin/jellyfin versioning=semver
ENV JELLYFIN_VERSION v10.8.13