Skip to content

Commit

Permalink
Fix jellyfin by matching declared dotnet sdk versions.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Lorenc <[email protected]>
  • Loading branch information
dlorenc committed Nov 17, 2024
1 parent db8b7b5 commit 54decda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jellyfin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline:

- uses: patch
with:
patches: GHSA-qrmm-w75w-3wpx.patch
patches: GHSA-qrmm-w75w-3wpx.patch match-dotnet-sdk.patch

- runs: |
# Set runtime arch
Expand Down
13 changes: 13 additions & 0 deletions jellyfin/match-dotnet-sdk.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/global.json b/global.json
index c9b9320..f0a1466 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.404",
+ "version": "8.0.111",
"rollForward": "latestMinor"
}
}

0 comments on commit 54decda

Please sign in to comment.