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