From 2d9c22701b0b82b5f93df6518ab2933128837be1 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Fri, 12 Jun 2026 08:51:24 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20SABnzbd=203.7.2=20=E2=86=92=204?= =?UTF-8?q?.5.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Latest stable 4.x release from https://github.com/sabnzbd/sabnzbd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e272cc..de5d2ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ ENV LANG C.UTF-8 # # hadolint ignore=DL3008,DL3015,SC3009,DL3003,DL3013,DL3042 -RUN export SABNZBD_VERSION=3.7.2 PAR2CMDLINE_VERSION=v0.6.14-mt1 && \ +RUN export SABNZBD_VERSION=4.5.5 PAR2CMDLINE_VERSION=v0.6.14-mt1 && \ export DEBIAN_FRONTEND=noninteractive && \ export PIP_BREAK_SYSTEM_PACKAGES=1 && \ export BUILD_PACKAGES="automake build-essential python3-dev libffi-dev" && \