From ae77ae51888ea8a32da01c8b77e924356816f645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 18:11:35 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/sabnzbd docker tag to v4.3.2 (#3601) --- apps/sabnzbd/config.json | 14 ++++---------- apps/sabnzbd/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/apps/sabnzbd/config.json b/apps/sabnzbd/config.json index 218e9481..07c9e2ab 100644 --- a/apps/sabnzbd/config.json +++ b/apps/sabnzbd/config.json @@ -5,19 +5,13 @@ "available": true, "exposable": true, "id": "sabnzbd", - "tipi_version": 14, - "version": "4.3.1", - "categories": [ - "media", - "utilities" - ], + "tipi_version": 15, + "version": "4.3.2", + "categories": ["media", "utilities"], "description": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.", "short_desc": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can", "author": "Sabnzbd", "source": "https://github.com/sabnzbd/sabnzbd", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/sabnzbd/docker-compose.yml b/apps/sabnzbd/docker-compose.yml index 9e6ea7a6..ec923fc8 100644 --- a/apps/sabnzbd/docker-compose.yml +++ b/apps/sabnzbd/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: sabnzbd: - image: lscr.io/linuxserver/sabnzbd:4.3.1 + image: lscr.io/linuxserver/sabnzbd:4.3.2 container_name: sabnzbd ports: - ${APP_PORT}:8080