From 2ff34d6d2eafdafe1e832347296abf024472dadd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:21:51 -0400 Subject: [PATCH] chore(deps): update ghost docker tag to v5.51.0 (#690) * chore(deps): update ghost docker tag to v5.51.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/ghost/config.json | 9 ++++++--- apps/ghost/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/ghost/config.json b/apps/ghost/config.json index 79f3d62f..9a37e633 100644 --- a/apps/ghost/config.json +++ b/apps/ghost/config.json @@ -5,9 +5,12 @@ "available": true, "exposable": true, "id": "ghost", - "tipi_version": 22, - "version": "5.49.3", - "categories": ["social", "media"], + "tipi_version": 23, + "version": "5.51.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", diff --git a/apps/ghost/docker-compose.yml b/apps/ghost/docker-compose.yml index 003983cf..463b259f 100644 --- a/apps/ghost/docker-compose.yml +++ b/apps/ghost/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: ghost: - image: ghost:5.49.3 + image: ghost:5.51.0 container_name: ghost depends_on: - ghostdb