From 9a0dd83bebbf31ec2ee21f883c228724a8396d70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 14:31:00 -0400 Subject: [PATCH] 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 --- apps/wizarr/config.json | 4 ++-- apps/wizarr/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/wizarr/config.json b/apps/wizarr/config.json index a724095b..49460349 100644 --- a/apps/wizarr/config.json +++ b/apps/wizarr/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "wizarr", - "tipi_version": 3, - "version": "2.1.3", + "tipi_version": 4, + "version": "2.2.0", "categories": [ "utilities" ], diff --git a/apps/wizarr/docker-compose.yml b/apps/wizarr/docker-compose.yml index 10d8fe5a..44ba3c24 100644 --- a/apps/wizarr/docker-compose.yml +++ b/apps/wizarr/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: wizarr: container_name: wizarr - image: ghcr.io/wizarrrr/wizarr:2.1.3 + image: ghcr.io/wizarrrr/wizarr:2.2.0 ports: - ${APP_PORT}:5690 volumes: