From 29c6a25af7466d67d48cab0e779a4c4c62175adb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 02:32:57 +0000 Subject: [PATCH] chore(deps): update ghcr.io/wizarrrr/wizarr docker tag to v4.1.1 (#3533) --- apps/wizarr/config.json | 13 ++++--------- apps/wizarr/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/wizarr/config.json b/apps/wizarr/config.json index 02fe8628..2fdf8758 100644 --- a/apps/wizarr/config.json +++ b/apps/wizarr/config.json @@ -5,19 +5,14 @@ "available": true, "exposable": true, "id": "wizarr", - "tipi_version": 10, - "version": "4.1.0", - "categories": [ - "utilities" - ], + "tipi_version": 11, + "version": "4.1.1", + "categories": ["utilities"], "description": "Wizarr is an automatic user invitation system for Plex and Jellyfin. Create a unique link and share it to a user and they will be invited to your Media Server after they complete there signup proccess! They can even be guided to download the clients and read instructions on how to use your media software!", "short_desc": "Wizarr is an automatic user invitation system for Plex and Jellyfin.", "author": "https://github.com/Wizarrrr", "source": "https://github.com/Wizarrrr/wizarr", "website": "https://docs.wizarr.dev/", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/wizarr/docker-compose.yml b/apps/wizarr/docker-compose.yml index 643871dc..0c32b87c 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.1.0 + image: ghcr.io/wizarrrr/wizarr:4.1.1 ports: - ${APP_PORT}:5690 volumes: