From 8495718bf233f3d0614e6bfdb416e635dbf2c727 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 00:04:57 +0000 Subject: [PATCH] chore(deps): update monica docker tag to v4.1.2 (#3566) --- apps/monica/config.json | 4 ++-- apps/monica/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/monica/config.json b/apps/monica/config.json index ad036695..9ae6dcb1 100644 --- a/apps/monica/config.json +++ b/apps/monica/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 3291, "id": "monica", - "tipi_version": 2, - "version": "4.0.0", + "tipi_version": 3, + "version": "4.1.2", "categories": ["data", "social"], "description": "Monica is an open-source web application to organize and record your interactions with your loved ones. We call it a PRM, or Personal Relationship Management. Think of it as a CRM (a popular tool used by sales teams in the corporate world) for your friends or family.", "short_desc": "A Personal Relationship Management tool to help you document your social life.", diff --git a/apps/monica/docker-compose.yml b/apps/monica/docker-compose.yml index a0a317ea..8fabd456 100644 --- a/apps/monica/docker-compose.yml +++ b/apps/monica/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: monica: - image: monica:4.0.0 + image: monica:4.1.2 container_name: monica depends_on: - monica-db