Skip to content

Commit

Permalink
chore(deps): update lscr.io/linuxserver/sabnzbd docker tag to v4.4.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 588e2d2 commit 5dcd827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/sabnzbd/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "sabnzbd",
"tipi_version": 16,
"version": "4.3.3",
"tipi_version": 17,
"version": "4.4.0",
"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",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1724250967000
"updated_at": 1734201194000
}
2 changes: 1 addition & 1 deletion apps/sabnzbd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
sabnzbd:
image: lscr.io/linuxserver/sabnzbd:4.3.3
image: lscr.io/linuxserver/sabnzbd:4.4.0
container_name: sabnzbd
ports:
- ${APP_PORT}:8080
Expand Down

0 comments on commit 5dcd827

Please sign in to comment.