chore(deps): update ghcr.io/autobrr/autobrr docker tag to v1.33.0 (#1505)

This commit is contained in:
renovate[bot] 2023-10-31 20:07:09 +00:00 committed by GitHub
parent 90a07db1af
commit 34e5cf51f6
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,8 +5,8 @@
"available": true,
"exposable": true,
"id": "autobrr",
"tipi_version": 12,
"version": "1.32.0",
"tipi_version": 13,
"version": "1.33.0",
"categories": [
"media"
],
@ -16,5 +16,8 @@
"source": "https://github.com/autobrr/autobrr",
"website": "https://autobrr.com/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -3,7 +3,7 @@ version: "3"
services:
autobrr:
container_name: autobrr
image: ghcr.io/autobrr/autobrr:v1.32.0
image: ghcr.io/autobrr/autobrr:v1.33.0
restart: unless-stopped
ports:
- ${APP_PORT}:7474