nightly-5d328665-ls154
Pre-release
Pre-release
CI Report:
https://ci-tests.linuxserver.io/linuxserver/sabnzbd/nightly-5d328665-ls154/index.html
LinuxServer Changes:
No changes
Remote Changes:
Enforce explicit dependency pinning for improved build security
All direct and transitive dependencies are now explicitly listed in
requirements.txt files, and pip install commands consistently use
--no-dependencies.
This approach ensures that only the specified versions are installed,
enhancing supply chain security and build reproducibility by preventing
automatic dependency resolution. The --upgrade flag was removed from
these installations as it is no longer necessary with fully pinned
dependencies.