From 5dcd827c78864b9a52cd5096caa5985dfc303f50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:35:07 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/sabnzbd docker tag to v4.4.0 (#5904) --- apps/sabnzbd/config.json | 6 +++--- apps/sabnzbd/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/sabnzbd/config.json b/apps/sabnzbd/config.json index 32b0af3ff7..411bf0bcd4 100644 --- a/apps/sabnzbd/config.json +++ b/apps/sabnzbd/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sabnzbd", - "tipi_version": 16, - "version": "4.3.3", + "tipi_version": 17, + "version": "4.4.0", "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", @@ -15,5 +15,5 @@ "form_fields": [], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1724250967000 + "updated_at": 1734201194000 } diff --git a/apps/sabnzbd/docker-compose.yml b/apps/sabnzbd/docker-compose.yml index a7c5d1c400..e3276c13ec 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.3 + image: lscr.io/linuxserver/sabnzbd:4.4.0 container_name: sabnzbd ports: - ${APP_PORT}:8080