From bbb7a73ef1608a80f5b2bc87c2f86054d3a6564a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:21:35 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v6.7.0 --- apps/ghost/6.6.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ghost/6.6.1/docker-compose.yml b/apps/ghost/6.6.1/docker-compose.yml index 0a5f8cb85..e33f1ee56 100644 --- a/apps/ghost/6.6.1/docker-compose.yml +++ b/apps/ghost/6.6.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.6.1 + image: ghost:6.7.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"