chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.43.0 (#3824)
This commit is contained in:
parent
9f614ca815
commit
4f9dca6be9
|
@ -5,19 +5,14 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "autobrr",
|
"id": "autobrr",
|
||||||
"tipi_version": 27,
|
"tipi_version": 28,
|
||||||
"version": "1.42.0",
|
"version": "1.43.0",
|
||||||
"categories": [
|
"categories": ["media"],
|
||||||
"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",
|
||||||
"source": "https://github.com/autobrr/autobrr",
|
"source": "https://github.com/autobrr/autobrr",
|
||||||
"website": "https://autobrr.com/",
|
"website": "https://autobrr.com/",
|
||||||
"form_fields": [],
|
"form_fields": [],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
autobrr:
|
autobrr:
|
||||||
container_name: autobrr
|
container_name: autobrr
|
||||||
image: ghcr.io/autobrr/autobrr:v1.42.0
|
image: ghcr.io/autobrr/autobrr:v1.43.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:7474
|
- ${APP_PORT}:7474
|
||||||
|
|
Loading…
Reference in New Issue
Block a user