From a99e420bf70d538484a85b39e0f4eee5de8d4bcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:41:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20sabnzbd/sabnzbd?= =?UTF-8?q?=20to=20v4.4.0=20(#55)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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