From 569dfd65e5b24e2e2700ae99f6d818208e4cd495 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Feb 2026 12:13:43 +0000 Subject: [PATCH] Update ghost Docker tag to v6.16.1 --- project/service/ghost/ghost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/service/ghost/ghost.yml b/project/service/ghost/ghost.yml index 0989d94..987fe10 100644 --- a/project/service/ghost/ghost.yml +++ b/project/service/ghost/ghost.yml @@ -3,7 +3,7 @@ services: extends: file: ${TEMPLATES_PATH} service: default - image: ghost:6.14.0-alpine + image: ghost:6.16.1-alpine container_name: ghost ports: - 4016:2368 -- 2.49.1