From 4f9dca6be9795b63800501f5920baf6181d28512 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 15:04:59 +0000 Subject: [PATCH] chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.43.0 (#3824) --- apps/autobrr/config.json | 13 ++++--------- apps/autobrr/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/autobrr/config.json b/apps/autobrr/config.json index 19adc72f..0e79650d 100644 --- a/apps/autobrr/config.json +++ b/apps/autobrr/config.json @@ -5,19 +5,14 @@ "available": true, "exposable": true, "id": "autobrr", - "tipi_version": 27, - "version": "1.42.0", - "categories": [ - "media" - ], + "tipi_version": 28, + "version": "1.43.0", + "categories": ["media"], "description": "autobrr is the modern download automation tool for torrents. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some.", "short_desc": "Automation for downloads.", "author": "autobrr", "source": "https://github.com/autobrr/autobrr", "website": "https://autobrr.com/", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/autobrr/docker-compose.yml b/apps/autobrr/docker-compose.yml index 3069a2c3..20cd1d26 100644 --- a/apps/autobrr/docker-compose.yml +++ b/apps/autobrr/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: autobrr: container_name: autobrr - image: ghcr.io/autobrr/autobrr:v1.42.0 + image: ghcr.io/autobrr/autobrr:v1.43.0 restart: unless-stopped ports: - ${APP_PORT}:7474