From 0a912cab8e8a31d138af3e1daea4ef947282a1ce Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 17 Jan 2024 15:06:25 +0200 Subject: [PATCH] fix(wizarr): use version 3.5.1 (#2081) * fix(wizarr): use version 3.5.1 * fix(wizarr): update version on config.json --- 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 b42ff6f8..94b53939 100644 --- a/apps/wizarr/config.json +++ b/apps/wizarr/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "wizarr", - "tipi_version": 7, - "version": "3.5.2", + "tipi_version": 8, + "version": "3.5.1", "categories": [ "utilities" ], diff --git a/apps/wizarr/docker-compose.yml b/apps/wizarr/docker-compose.yml index 420e5b83..a0f8664b 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:3.5.2 + image: ghcr.io/wizarrrr/wizarr:3.5.1 ports: - ${APP_PORT}:5690 volumes: