Skip to content

Commit

Permalink
chore(deps): update lscr.io/linuxserver/qbittorrent docker tag to v4.…
Browse files Browse the repository at this point in the history
…6.7 (#4864)
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 234b1dd commit 3d486bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/qbittorrent/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8133,
"id": "qbittorrent",
"tipi_version": 17,
"version": "4.6.6",
"tipi_version": 18,
"version": "4.6.7",
"categories": ["utilities"],
"description": "qBittorrent is a fast, easy, and free BitTorrent client.",
"short_desc": "Fast, easy, and free BitTorrent client",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1724173158000
"updated_at": 1726595855000
}
2 changes: 1 addition & 1 deletion apps/qbittorrent/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:4.6.6
image: lscr.io/linuxserver/qbittorrent:4.6.7
container_name: qbittorrent
dns:
- ${DNS_IP}
Expand Down

0 comments on commit 3d486bd

Please sign in to comment.