chore(deps): update lscr.io/linuxserver/sabnzbd docker tag to v4.2.0 (#1962)
This commit is contained in:
parent
8d5318744c
commit
957bda4106
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "sabnzbd",
|
||||
"tipi_version": 8,
|
||||
"version": "4.1.0",
|
||||
"tipi_version": 9,
|
||||
"version": "4.2.0",
|
||||
"categories": [
|
||||
"media",
|
||||
"utilities"
|
||||
|
@ -16,5 +16,8 @@
|
|||
"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.1.0
|
||||
image: lscr.io/linuxserver/sabnzbd:4.2.0
|
||||
container_name: sabnzbd
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
|
|
Loading…
Reference in New Issue
Block a user