chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.43.0 (#3824)

This commit is contained in:
renovate[bot] 2024-06-18 15:04:59 +00:00 committed by GitHub
parent 9f614ca815
commit 4f9dca6be9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -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"]
}

View File

@ -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