From 8048525c0a3ee432669c463725ad51d45cd45ded Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:14:44 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20sabnzbd/sabnzbd?= =?UTF-8?q?=20to=20v4.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sabnzbd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sabnzbd/Dockerfile b/sabnzbd/Dockerfile index d791c80..54da80c 100644 --- a/sabnzbd/Dockerfile +++ b/sabnzbd/Dockerfile @@ -6,7 +6,7 @@ FROM ${BUILD_FROM} SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG SABNZBD_VERSION=4.3.3 +ARG SABNZBD_VERSION=4.4.0 ARG UNRAR_VERSION=6.2.12 ARG PAR2CMDLINE_TURBO_VERSION=f94ea31ecce17d19f6931a58c1719a25758ae3a0 # hadolint ignore=DL3003,DL3042