From feb997c086d283dfe79e3e474c52881a3f1e9062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 07:14:35 +0000 Subject: [PATCH] chore(deps): update josh5/unmanic docker tag to v0.2.7 (#3376) --- apps/unmanic/config.json | 4 ++-- apps/unmanic/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/unmanic/config.json b/apps/unmanic/config.json index eaf22f51..73b0727f 100644 --- a/apps/unmanic/config.json +++ b/apps/unmanic/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "unmanic", - "tipi_version": 3, - "version": "0.2.6", + "tipi_version": 4, + "version": "0.2.7", "categories": [ "utilities", "data", diff --git a/apps/unmanic/docker-compose.yml b/apps/unmanic/docker-compose.yml index 8d543e87..2595fcd3 100644 --- a/apps/unmanic/docker-compose.yml +++ b/apps/unmanic/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.5" services: unmanic: - image: josh5/unmanic:0.2.6 + image: josh5/unmanic:0.2.7 restart: unless-stopped container_name: unmanic privileged: true