From 08bf4b842a6eef18f058e80982423188d7669a5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:56:02 +0000 Subject: [PATCH 1/2] chore(deps): update ghost docker tag to v5.18.0 --- apps/ghost/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ghost/docker-compose.yml b/apps/ghost/docker-compose.yml index 4486a4a6..af49de9b 100644 --- a/apps/ghost/docker-compose.yml +++ b/apps/ghost/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.9' services: ghost: - image: ghost:5.7.0 + image: ghost:5.18.0 container_name: ghost depends_on: - ghostdb From bd52b1f0e58617006d1dd0e135908afabeddd041 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 14 Oct 2022 15:56:15 +0000 Subject: [PATCH 2/2] Update app version --- apps/ghost/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/ghost/config.json b/apps/ghost/config.json index 0af16ee4..e43cf789 100644 --- a/apps/ghost/config.json +++ b/apps/ghost/config.json @@ -5,9 +5,12 @@ "available": true, "exposable": true, "id": "ghost", - "tipi_version": 2, - "version": "5.7.0", - "categories": ["social", "media"], + "tipi_version": 3, + "version": "5.18.0", + "categories": [ + "social", + "media" + ], "description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.", "short_desc": "Ghost - Turn your audience into a business.", "author": "TryGhost",