Skip to content

Commit

Permalink
chore(deps): update ghcr.io/cross-seed/cross-seed docker tag to v6.5.2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 821053b commit d78768d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/cross-seed/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"uid": 1000,
"gid": 1000,
"id": "cross-seed",
"tipi_version": 22,
"version": "6.5.1",
"tipi_version": 23,
"version": "6.5.2",
"categories": ["media", "utilities"],
"description": "An app designed to help you download torrents that you can cross seed based on your existing torrents. It is designed to match conservatively to minimize manual intervention.",
"short_desc": "Fully-automatic cross-seeding with Torznab.",
Expand All @@ -19,5 +19,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1734808226000
"updated_at": 1734907221000
}
2 changes: 1 addition & 1 deletion apps/cross-seed/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
cross-seed:
container_name: cross-seed
image: ghcr.io/cross-seed/cross-seed:6.5.1
image: ghcr.io/cross-seed/cross-seed:6.5.2
user: 1000:1000
restart: unless-stopped
command: daemon
Expand Down

0 comments on commit d78768d

Please sign in to comment.