From 750f7b8ec93a1de1f38579570ac1d06d9b47467e Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 25 Feb 2026 15:21:00 +0100 Subject: [PATCH] fix(ghost): update image from non-existent 5.108.0-alpine to 6.19.2-alpine Ghost 5.108.0 doesn't exist on Docker Hub. Latest stable is 6.19.2. Co-Authored-By: Claude Opus 4.6 --- templates/ghost/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ghost/docker-compose.yml b/templates/ghost/docker-compose.yml index fb51419..3d5aa13 100644 --- a/templates/ghost/docker-compose.yml +++ b/templates/ghost/docker-compose.yml @@ -8,7 +8,7 @@ services: ghost: - image: ghost:5.108.0-alpine + image: ghost:6.19.2-alpine container_name: ghost restart: unless-stopped environment: