Skip to content

Commit

Permalink
chore(deps): update ghcr.io/linuxserver/prowlarr docker tag to v1.28.2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent c176a46 commit a76fedf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/prowlarr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"port": 8109,
"id": "prowlarr",
"tipi_version": 17,
"version": "1.27.0",
"tipi_version": 18,
"version": "1.28.2",
"categories": ["media", "utilities"],
"description": "Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).",
"short_desc": "A torrent/usenet indexer manager/proxy",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733761131742
"updated_at": 1734391956000
}
2 changes: 1 addition & 1 deletion apps/prowlarr/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "prowlarr",
"image": "ghcr.io/linuxserver/prowlarr:1.27.0",
"image": "ghcr.io/linuxserver/prowlarr:1.28.2",
"isMain": true,
"internalPort": 9696,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/prowlarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
prowlarr: # Should be exact same name as "id" field in config.json
container_name: prowlarr # Should be exact same name as "id" field in config.json
image: ghcr.io/linuxserver/prowlarr:1.27.0
image: ghcr.io/linuxserver/prowlarr:1.28.2
environment:
- TZ=${TZ} # Can use any env variable. List in runtipi/templates/env-sample
dns:
Expand Down

0 comments on commit a76fedf

Please sign in to comment.