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 <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-16 08:07:53 -04:00 committed by GitHub
parent 1715da4363
commit b9b8510ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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"
],

View File

@ -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