chore(deps): update ghcr.io/wizarrrr/wizarr docker tag to v2.2.0 (#512)

* chore(deps): update ghcr.io/wizarrrr/wizarr docker tag to v2.2.0

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2023-05-14 14:31:00 -04:00 committed by GitHub
parent bf32645f66
commit 9a0dd83beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "wizarr", "id": "wizarr",
"tipi_version": 3, "tipi_version": 4,
"version": "2.1.3", "version": "2.2.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
wizarr: wizarr:
container_name: wizarr container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:2.1.3 image: ghcr.io/wizarrrr/wizarr:2.2.0
ports: ports:
- ${APP_PORT}:5690 - ${APP_PORT}:5690
volumes: volumes: