From ff9b701384ac28d08e17e5466e1faac2de568f5a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 10 Sep 2025 00:51:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A3=20Update=20dotnet=20monorepo=20to?= =?UTF-8?q?=20v10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | -------------------------------- | ---- | ---- | | docker | mcr.microsoft.com/dotnet/runtime | 6.0 | 10.0 | | docker | mcr.microsoft.com/dotnet/sdk | 8.0 | 10.0 | --- apps/jellyfin/Dockerfile | 2 +- apps/tshock/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/jellyfin/Dockerfile b/apps/jellyfin/Dockerfile index f8a46a6..0694905 100644 --- a/apps/jellyfin/Dockerfile +++ b/apps/jellyfin/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS deovr-plugin-builder +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS deovr-plugin-builder RUN apt-get update && \ apt-get install -y \ diff --git a/apps/tshock/Dockerfile b/apps/tshock/Dockerfile index 1b2aa54..b4f6204 100644 --- a/apps/tshock/Dockerfile +++ b/apps/tshock/Dockerfile @@ -24,7 +24,7 @@ RUN set -eux; \ rm "$TSHOCKZIP"; \ chmod +x "/tshock/TShock.Server" -FROM mcr.microsoft.com/dotnet/runtime:6.0 +FROM mcr.microsoft.com/dotnet/runtime:10.0 COPY --from=cloner /tshock /tshock