From cb6cdcfadb08f79e5be54037c2b09f8f551db7c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 05:31:54 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v6.19.4 (localApps) (#4307) --- apps/ghost/{6.19.3 => 6.19.4}/data.yml | 0 apps/ghost/{6.19.3 => 6.19.4}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/ghost/{6.19.3 => 6.19.4}/data.yml (100%) rename apps/ghost/{6.19.3 => 6.19.4}/docker-compose.yml (97%) diff --git a/apps/ghost/6.19.3/data.yml b/apps/ghost/6.19.4/data.yml similarity index 100% rename from apps/ghost/6.19.3/data.yml rename to apps/ghost/6.19.4/data.yml diff --git a/apps/ghost/6.19.3/docker-compose.yml b/apps/ghost/6.19.4/docker-compose.yml similarity index 97% rename from apps/ghost/6.19.3/docker-compose.yml rename to apps/ghost/6.19.4/docker-compose.yml index 7c7e6b6e9..0fe0a07d2 100644 --- a/apps/ghost/6.19.3/docker-compose.yml +++ b/apps/ghost/6.19.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.19.3 + image: ghost:6.19.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"