chore(deps): update lscr.io/linuxserver/sabnzbd docker tag to v4.3.2 (#3601)
This commit is contained in:
parent
adf2989ca5
commit
ae77ae5188
|
@ -5,19 +5,13 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "sabnzbd",
|
||||
"tipi_version": 14,
|
||||
"version": "4.3.1",
|
||||
"categories": [
|
||||
"media",
|
||||
"utilities"
|
||||
],
|
||||
"tipi_version": 15,
|
||||
"version": "4.3.2",
|
||||
"categories": ["media", "utilities"],
|
||||
"description": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
|
||||
"short_desc": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can",
|
||||
"author": "Sabnzbd",
|
||||
"source": "https://github.com/sabnzbd/sabnzbd",
|
||||
"form_fields": [],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:4.3.1
|
||||
image: lscr.io/linuxserver/sabnzbd:4.3.2
|
||||
container_name: sabnzbd
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
|
|
Loading…
Reference in New Issue
Block a user