From 1b6d3fbeb75ee40ad81247f3677953955b339880 Mon Sep 17 00:00:00 2001 From: nitrobass24 Date: Mon, 6 Apr 2026 21:53:30 -0500 Subject: [PATCH] Fix Docker build: add explicit -f net8.0 to publish command Co-Authored-By: Claude Opus 4.6 (1M context) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4411ade8b..b1571d0f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ COPY LICENSE LICENSE RUN dotnet publish src/NzbDrone.Console/Prowlarr.Console.csproj \ -c Release \ + -f net8.0 \ -r "$(cat /tmp/rid)" \ --self-contained \ --no-restore \