Skip to content

Commit

Permalink
chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.48.0 (#5241
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 16cdab7 commit 4c48d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/autobrr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "autobrr",
"tipi_version": 34,
"version": "1.47.1",
"tipi_version": 35,
"version": "1.48.0",
"categories": ["media"],
"description": "autobrr is the modern download automation tool for torrents. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some.",
"short_desc": "Automation for downloads.",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1728341866000
"updated_at": 1729471516000
}
2 changes: 1 addition & 1 deletion apps/autobrr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
autobrr:
container_name: autobrr
image: ghcr.io/autobrr/autobrr:v1.47.1
image: ghcr.io/autobrr/autobrr:v1.48.0
restart: unless-stopped
ports:
- ${APP_PORT}:7474
Expand Down

0 comments on commit 4c48d07

Please sign in to comment.