fix: align runtime image .NET to the app (9.0) #7

Merged
benvin merged 1 commits from benvin/jellyfin-dotnet9 into main 2026-08-15 18:44:52 +10:00

1 Commits

Author SHA1 Message Date
unkin-agent c7409d0812 fix: align runtime image .NET to the app (9.0)
ci/woodpecker/pr/build Pipeline was successful
The runtime image based on aspnet:10.0 provides only .NET 10.x, but the
publish step builds framework-dependent against SDK 9.0, so the app requires
Microsoft.NETCore.App 9.0.0 and crashes on start under 10.x.

Pin the runtime base to aspnet:9.0 to match the SDK 9.0 publish.
2026-08-15 18:40:05 +10:00