Changed
- Image hardening pass:
apt-get upgradeat build time, NVENC base bumped from CUDA 12.3.1 / Ubuntu 22.04 to CUDA 12.6.3 / Ubuntu 24.04 (and Python 3.12). Same NVIDIA driver floor (525.60.13+). Knocks Docker Scout's High/Medium CVE counts down materially without changing runtime behaviour.
Added
pip-auditCI workflow scansrequirements.txtweekly + on PRs that touch it. Informational (non-blocking) — surfaces vulnerable Python deps in the Actions tab.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.13 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.13-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.13-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.13-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.