chore(deps): update lscr.io/linuxserver/jackett docker tag to v0.21.188 (#680)

* chore(deps): update lscr.io/linuxserver/jackett docker tag to v0.21.188

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-06-11 14:40:40 -04:00 committed by GitHub
parent b83e65a0c6
commit 76499ca0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,11 +5,14 @@
"exposable": true,
"port": 8097,
"id": "jackett",
"tipi_version": 45,
"version": "0.21.186",
"tipi_version": 46,
"version": "0.21.188",
"description": "Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.",
"short_desc": "API Support for your favorite torrent trackers ",
"categories": ["media", "utilities"],
"categories": [
"media",
"utilities"
],
"author": "",
"source": "https://github.com/Jackett/Jackett",
"form_fields": []

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
jackett:
image: lscr.io/linuxserver/jackett:0.21.186
image: lscr.io/linuxserver/jackett:0.21.188
container_name: jackett
environment:
- PUID=1000