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