From 0f4026d6b210ff6e3ab97879e523e29ef471a6a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 13:34:14 +0200 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/sabnzbd docker tag to v4.0.2 (#670) * chore(deps): update lscr.io/linuxserver/sabnzbd docker tag to v4.0.2 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/sabnzbd/config.json | 4 ++-- apps/sabnzbd/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/sabnzbd/config.json b/apps/sabnzbd/config.json index c48cd53f..430e113a 100644 --- a/apps/sabnzbd/config.json +++ b/apps/sabnzbd/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "sabnzbd", - "tipi_version": 4, - "version": "4.0.1", + "tipi_version": 5, + "version": "4.0.2", "categories": [ "media", "utilities" diff --git a/apps/sabnzbd/docker-compose.yml b/apps/sabnzbd/docker-compose.yml index 27118788..762948ea 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.0.1 + image: lscr.io/linuxserver/sabnzbd:4.0.2 container_name: sabnzbd ports: - ${APP_PORT}:8080