From 38703cd02c1f2f5ce1d5552ac30d5c47a7adc654 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 20:21:17 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v6.12.0 --- apps/ghost/6.11.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ghost/6.11.0/docker-compose.yml b/apps/ghost/6.11.0/docker-compose.yml index 899fdd680..57b0f9a0b 100644 --- a/apps/ghost/6.11.0/docker-compose.yml +++ b/apps/ghost/6.11.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.11.0 + image: ghost:6.12.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"