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 \