From f2251e5417abcac12081b9b79b0e99dd20b7afbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:25:01 +0000 Subject: [PATCH] chore(deps): update ghcr.io/wizarrrr/wizarr docker tag to v4.1.0 (#3407) --- 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 4f6e629b..02fe8628 100644 --- a/apps/wizarr/config.json +++ b/apps/wizarr/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "wizarr", - "tipi_version": 9, - "version": "4.0.0", + "tipi_version": 10, + "version": "4.1.0", "categories": [ "utilities" ], diff --git a/apps/wizarr/docker-compose.yml b/apps/wizarr/docker-compose.yml index 9961789f..643871dc 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:4.0.0 + image: ghcr.io/wizarrrr/wizarr:4.1.0 ports: - ${APP_PORT}:5690 volumes: