From 6c69fa08c5a25f295a3c951b5e4c9c63fc4c0a05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:45:24 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/bazarr docker tag to v1.4.3 (#3630) --- apps/bazarr/config.json | 14 ++++---------- apps/bazarr/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/apps/bazarr/config.json b/apps/bazarr/config.json index cabd6304..ec479ff1 100644 --- a/apps/bazarr/config.json +++ b/apps/bazarr/config.json @@ -5,19 +5,13 @@ "exposable": true, "port": 6767, "id": "bazarr", - "tipi_version": 14, - "version": "1.4.2", - "categories": [ - "media", - "utilities" - ], + "tipi_version": 15, + "version": "1.4.3", + "categories": ["media", "utilities"], "description": "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.", "short_desc": "A companion application to Sonarr and Radarr that manages and downloads subtitles", "author": "morpheus65535", "source": "https://github.com/morpheus65535/bazarr", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/bazarr/docker-compose.yml b/apps/bazarr/docker-compose.yml index 3027bebc..7c5cc3f7 100644 --- a/apps/bazarr/docker-compose.yml +++ b/apps/bazarr/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: bazarr: - image: lscr.io/linuxserver/bazarr:1.4.2 + image: lscr.io/linuxserver/bazarr:1.4.3 container_name: bazarr environment: - PUID=1000