From 54794232b34c979b1b2e227c58ad6989ff99a9da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 10:12:34 +0800 Subject: [PATCH] chore(deps): update ghost docker tag to v6.2.0 (#1907) --- apps/ghost/{6.1.0 => 6.2.0}/data.yml | 0 apps/ghost/{6.1.0 => 6.2.0}/docker-compose.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename apps/ghost/{6.1.0 => 6.2.0}/data.yml (100%) rename apps/ghost/{6.1.0 => 6.2.0}/docker-compose.yml (97%) diff --git a/apps/ghost/6.1.0/data.yml b/apps/ghost/6.2.0/data.yml similarity index 100% rename from apps/ghost/6.1.0/data.yml rename to apps/ghost/6.2.0/data.yml diff --git a/apps/ghost/6.1.0/docker-compose.yml b/apps/ghost/6.2.0/docker-compose.yml similarity index 97% rename from apps/ghost/6.1.0/docker-compose.yml rename to apps/ghost/6.2.0/docker-compose.yml index 1a6f279d7..b7679402d 100644 --- a/apps/ghost/6.1.0/docker-compose.yml +++ b/apps/ghost/6.2.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:6.1.0 + image: ghost:6.2.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"