chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.24.0 (#335)
* chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.24.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:
parent
b37dad23ec
commit
270898e90d
|
@ -5,9 +5,11 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "autobrr",
|
||||
"tipi_version": 1,
|
||||
"version": "v1.23.0",
|
||||
"categories": ["media"],
|
||||
"tipi_version": 2,
|
||||
"version": "1.24.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",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3'
|
|||
services:
|
||||
autobrr:
|
||||
container_name: autobrr
|
||||
image: ghcr.io/autobrr/autobrr:v1.23.0
|
||||
image: ghcr.io/autobrr/autobrr:v1.24.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:7474
|
||||
|
|
Loading…
Reference in New Issue
Block a user