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,
|
||||
"exposable": true,
|
||||
"id": "autobrr",
|
||||
"tipi_version": 27,
|
||||
"version": "1.42.0",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
"tipi_version": 28,
|
||||
"version": "1.43.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",
|
||||
"source": "https://github.com/autobrr/autobrr",
|
||||
"website": "https://autobrr.com/",
|
||||
"form_fields": [],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
autobrr:
|
||||
container_name: autobrr
|
||||
image: ghcr.io/autobrr/autobrr:v1.42.0
|
||||
image: ghcr.io/autobrr/autobrr:v1.43.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:7474
|
||||
|
|
Loading…
Reference in New Issue
Block a user