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 <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-02 22:20:59 -04:00 committed by GitHub
parent 547fd46b5b
commit 3de253cf4f
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, "available": true,
"exposable": true, "exposable": true,
"id": "autobrr", "id": "autobrr",
"tipi_version": 3, "tipi_version": 4,
"version": "1.24.1", "version": "1.25.0",
"categories": [ "categories": [
"media" "media"
], ],

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
autobrr: autobrr:
container_name: autobrr container_name: autobrr
image: ghcr.io/autobrr/autobrr:v1.24.1 image: ghcr.io/autobrr/autobrr:v1.25.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:7474 - ${APP_PORT}:7474