Update flaresolverr to Debian 13 (#8672)

* Update flaresolverr to Debian 13

* Check Debian version before updating FlareSolverr
This commit is contained in:
Gerhard Burger
2025-10-28 11:30:06 +01:00
committed by GitHub
parent 8b54f615a8
commit 15047893bc
3 changed files with 18 additions and 13 deletions

View File

@@ -23,7 +23,7 @@
"ram": 2048,
"hdd": 4,
"os": "debian",
"version": "12"
"version": "13"
}
}
],
@@ -31,10 +31,5 @@
"username": null,
"password": null
},
"notes": [
{
"text": "Flaresolverr is pinned to Version 3.3.25 because they add an breaking python package which doesn't work with debian 12.`",
"type": "info"
}
]
"notes": []
}