From 3923cf81cb7a8ad0bc5860aa3e38f347e5ab6639 Mon Sep 17 00:00:00 2001 From: Joe Grigg Date: Thu, 31 Jul 2025 17:30:39 +0100 Subject: [PATCH] Updated missed v6 docker image update This will only have an effect when the version isn't set in the .env file and we have it in the .env.example but did still need updating as the fallback. --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 90e8d4f..783544f 100644 --- a/compose.yml +++ b/compose.yml @@ -143,7 +143,7 @@ services: tinybird-sync: # Do not alter this without updating the Ghost container as well - image: ghost:${GHOST_VERSION:-5-alpine} + image: ghost:${GHOST_VERSION:-6.0.0-rc.0-alpine} command: > sh -c " if [ -d /var/lib/ghost/current/core/server/data/tinybird ]; then