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,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "autobrr",
|
"id": "autobrr",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "v1.23.0",
|
"version": "1.24.0",
|
||||||
"categories": ["media"],
|
"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.",
|
"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.",
|
"short_desc": "Automation for downloads.",
|
||||||
"author": "autobrr",
|
"author": "autobrr",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
autobrr:
|
autobrr:
|
||||||
container_name: autobrr
|
container_name: autobrr
|
||||||
image: ghcr.io/autobrr/autobrr:v1.23.0
|
image: ghcr.io/autobrr/autobrr:v1.24.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:7474
|
- ${APP_PORT}:7474
|
||||||
|
|
Loading…
Reference in New Issue
Block a user