From 8b029ab71f9eefb72fe6ed28f8ae24702d1cbefc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 08:38:36 -0400 Subject: [PATCH] chore(deps): update inovector/mixpost docker tag to v1.2.0 (#634) * chore(deps): update inovector/mixpost docker tag to v1.2.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/mixpost/config.json | 12 ++++++++---- apps/mixpost/docker-compose.yml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/mixpost/config.json b/apps/mixpost/config.json index af0ec429..4432739f 100644 --- a/apps/mixpost/config.json +++ b/apps/mixpost/config.json @@ -5,14 +5,18 @@ "available": true, "exposable": true, "id": "mixpost", - "tipi_version": 2, - "version": "v1.1.3", - "categories": ["social"], + "tipi_version": 3, + "version": "1.2.0", + "categories": [ + "social" + ], "description": "Mixpost it's the coolest Self-hosted social media management software.", "short_desc": "Self-hosted social media management. Schedule and organize your social content. ", "author": "Inovector", "source": "https://github.com/inovector/mixpost", - "supported_architectures": ["amd64"], + "supported_architectures": [ + "amd64" + ], "form_fields": [ { "type": "random", diff --git a/apps/mixpost/docker-compose.yml b/apps/mixpost/docker-compose.yml index c59f75d0..527c0248 100644 --- a/apps/mixpost/docker-compose.yml +++ b/apps/mixpost/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: mixpost: - image: inovector/mixpost:v1.1.3 + image: inovector/mixpost:v1.2.0 container_name: mixpost environment: - APP_NAME='Mixpost'