From 3de253cf4f00fbfe61a67f2a2e9b03f2c6781538 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 22:20:59 -0400 Subject: [PATCH] chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.25.0 (#445) * chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.25.0 * 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 ffe285f9..7ca3c332 100644 --- a/apps/autobrr/config.json +++ b/apps/autobrr/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "autobrr", - "tipi_version": 3, - "version": "1.24.1", + "tipi_version": 4, + "version": "1.25.0", "categories": [ "media" ], diff --git a/apps/autobrr/docker-compose.yml b/apps/autobrr/docker-compose.yml index 979e5a46..1577f731 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.24.1 + image: ghcr.io/autobrr/autobrr:v1.25.0 restart: unless-stopped ports: - ${APP_PORT}:7474