From b9b8510ca5b942a6662d0d4ff5f66aec66d460dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 08:07:53 -0400 Subject: [PATCH] chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.26.1 (#529) * chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.26.1 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/autobrr/config.json | 4 ++-- apps/autobrr/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/autobrr/config.json b/apps/autobrr/config.json index 7ca3c332..3ffcd60d 100644 --- a/apps/autobrr/config.json +++ b/apps/autobrr/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "autobrr", - "tipi_version": 4, - "version": "1.25.0", + "tipi_version": 5, + "version": "1.26.1", "categories": [ "media" ], diff --git a/apps/autobrr/docker-compose.yml b/apps/autobrr/docker-compose.yml index 1577f731..5c3037b2 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.25.0 + image: ghcr.io/autobrr/autobrr:v1.26.1 restart: unless-stopped ports: - ${APP_PORT}:7474