From b6eec12c27cef44e71ee8ebd0611d2dcb0b03c4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:21:04 +0800 Subject: [PATCH] chore(deps): update ghost docker tag to v6.0.7 (#1567) --- apps/ghost/{6.0.6 => 6.0.7}/data.yml | 0 apps/ghost/{6.0.6 => 6.0.7}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/ghost/{6.0.6 => 6.0.7}/data.yml (100%) rename apps/ghost/{6.0.6 => 6.0.7}/docker-compose.yml (97%) diff --git a/apps/ghost/6.0.6/data.yml b/apps/ghost/6.0.7/data.yml similarity index 100% rename from apps/ghost/6.0.6/data.yml rename to apps/ghost/6.0.7/data.yml diff --git a/apps/ghost/6.0.6/docker-compose.yml b/apps/ghost/6.0.7/docker-compose.yml similarity index 97% rename from apps/ghost/6.0.6/docker-compose.yml rename to apps/ghost/6.0.7/docker-compose.yml index 60a01d573..493620b86 100644 --- a/apps/ghost/6.0.6/docker-compose.yml +++ b/apps/ghost/6.0.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.0.6 + image: ghost:6.0.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"