Compare commits

..

1 commit

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:6df1177e48b55272316d08f19cb383483af82aca5cdc67a76c414bc200847624 as builder
FROM mcr.microsoft.com/dotnet/sdk:6.0@sha256:844137e067059c74322066a4fbfcb008e56f79a39da705bfc8e99e743e2eacc1 as builder
# renovate: datasource=github-tags depName=jellyfin/jellyfin versioning=semver
ENV JELLYFIN_VERSION v10.8.13