From d840d2999202c77dce1a44c114a2eeff3ba65d7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:49:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20sabnzbd/sabnzbd?= =?UTF-8?q?=20to=20v4.2.2?= 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 526722d..8a8579f 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.2.1 +ARG SABNZBD_VERSION=4.2.2 ARG UNRAR_VERSION=6.2.12 ARG PAR2CMDLINE_TURBO_VERSION=1.1.1 # hadolint ignore=DL3003,DL3042