From 4e18bdb4fa1b3e77468ba57988174134443731d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:18:16 +0000 Subject: [PATCH] Bump ghost from 6.5.0-alpine to 6.10.3-alpine Bumps ghost from 6.5.0-alpine to 6.10.3-alpine. --- updated-dependencies: - dependency-name: ghost dependency-version: 6.10.3-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 254a8311..d9322dff 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: ghost: # Do not alter this without updating the Tinybird Sync container as well - image: ghost:6.5.0-alpine + image: ghost:6.10.3-alpine restart: always expose: - "127.0.0.1:${GHOST_PORT:-2368}:2368" @@ -145,7 +145,7 @@ services: tinybird-sync: # Do not alter this without updating the Ghost container as well - image: ghost:6.5.0-alpine + image: ghost:6.10.3-alpine command: > sh -c " if [ -d /var/lib/ghost/current/core/server/data/tinybird ]; then