chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.6.5 (#3600)

This commit is contained in:
renovate[bot] 2024-05-31 18:11:16 +00:00 committed by GitHub
parent 0c84c6d894
commit 15bd0596a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -5,18 +5,13 @@
"exposable": true, "exposable": true,
"port": 8133, "port": 8133,
"id": "qbittorrent", "id": "qbittorrent",
"tipi_version": 13, "tipi_version": 14,
"version": "4.6.4", "version": "4.6.5",
"categories": [ "categories": ["utilities"],
"utilities"
],
"description": "qBittorrent is a fast, easy, and free BitTorrent client.", "description": "qBittorrent is a fast, easy, and free BitTorrent client.",
"short_desc": "Fast, easy, and free BitTorrent client", "short_desc": "Fast, easy, and free BitTorrent client",
"author": "qBittorrent project", "author": "qBittorrent project",
"source": "https://github.com/qbittorrent/qBittorrent", "source": "https://github.com/qbittorrent/qBittorrent",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
qbittorrent: qbittorrent:
image: lscr.io/linuxserver/qbittorrent:4.6.4 image: lscr.io/linuxserver/qbittorrent:4.6.5
container_name: qbittorrent container_name: qbittorrent
dns: dns:
- ${DNS_IP} - ${DNS_IP}