From afa7dd8839b1a78e0c5e95887dd36129e11cef34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 09:02:02 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v5.109.0 (#6596) --- apps/ghost-dev/config.json | 6 +++--- apps/ghost-dev/docker-compose.json | 2 +- apps/ghost-dev/docker-compose.yml | 2 +- apps/ghost/config.json | 6 +++--- apps/ghost/docker-compose.json | 2 +- apps/ghost/docker-compose.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/ghost-dev/config.json b/apps/ghost-dev/config.json index 80799a4e27..6ce9e94975 100644 --- a/apps/ghost-dev/config.json +++ b/apps/ghost-dev/config.json @@ -6,8 +6,8 @@ "exposable": true, "dynamic_config": true, "id": "ghost-dev", - "tipi_version": 44, - "version": "5.108.2", + "tipi_version": 45, + "version": "5.109.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.", @@ -17,5 +17,5 @@ "form_fields": [], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1738302265000 + "updated_at": 1738400442000 } diff --git a/apps/ghost-dev/docker-compose.json b/apps/ghost-dev/docker-compose.json index 2de8b46c59..07fbb9f43e 100644 --- a/apps/ghost-dev/docker-compose.json +++ b/apps/ghost-dev/docker-compose.json @@ -3,7 +3,7 @@ "services": [ { "name": "ghost-dev", - "image": "ghost:5.108.2", + "image": "ghost:5.109.0", "isMain": true, "internalPort": 2368, "environment": { diff --git a/apps/ghost-dev/docker-compose.yml b/apps/ghost-dev/docker-compose.yml index 29777ac4f5..de62fb23e0 100644 --- a/apps/ghost-dev/docker-compose.yml +++ b/apps/ghost-dev/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.9" services: ghost-dev: container_name: ghost-dev - image: ghost:5.108.2 + image: ghost:5.109.0 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data:/var/lib/ghost/content diff --git a/apps/ghost/config.json b/apps/ghost/config.json index 38ba7175fa..53f7dce685 100644 --- a/apps/ghost/config.json +++ b/apps/ghost/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "ghost", - "tipi_version": 137, - "version": "5.108.2", + "tipi_version": 138, + "version": "5.109.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.", @@ -58,5 +58,5 @@ "supported_architectures": ["arm64", "amd64"], "dynamic_config": true, "created_at": 1691943801422, - "updated_at": 1738302267000 + "updated_at": 1738400444000 } diff --git a/apps/ghost/docker-compose.json b/apps/ghost/docker-compose.json index ab31db2750..8a49117bf8 100644 --- a/apps/ghost/docker-compose.json +++ b/apps/ghost/docker-compose.json @@ -3,7 +3,7 @@ "services": [ { "name": "ghost", - "image": "ghost:5.108.2", + "image": "ghost:5.109.0", "dependsOn": ["ghostdb"], "internalPort": 2368, "environment": { diff --git a/apps/ghost/docker-compose.yml b/apps/ghost/docker-compose.yml index c2ee6c3d58..fa29f387af 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.108.2 + image: ghost:5.109.0 container_name: ghost depends_on: - ghostdb