From 50ceeb92086e621d9285fb1c612339fc0d72dcfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:26:53 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v6.32.0 (localApps) (#5230) --- apps/ghost/{6.30.0 => 6.32.0}/data.yml | 0 apps/ghost/{6.30.0 => 6.32.0}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/ghost/{6.30.0 => 6.32.0}/data.yml (100%) rename apps/ghost/{6.30.0 => 6.32.0}/docker-compose.yml (97%) diff --git a/apps/ghost/6.30.0/data.yml b/apps/ghost/6.32.0/data.yml similarity index 100% rename from apps/ghost/6.30.0/data.yml rename to apps/ghost/6.32.0/data.yml diff --git a/apps/ghost/6.30.0/docker-compose.yml b/apps/ghost/6.32.0/docker-compose.yml similarity index 97% rename from apps/ghost/6.30.0/docker-compose.yml rename to apps/ghost/6.32.0/docker-compose.yml index 50eed4c44..00b72a9db 100644 --- a/apps/ghost/6.30.0/docker-compose.yml +++ b/apps/ghost/6.32.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.30.0 + image: ghost:6.32.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"