From 9eb75900eaaa92a190b35f62c4b0998a3b7501b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 23:23:27 +0000 Subject: [PATCH] Update ghost Docker tag to v5.110.4 --- ghost/5.110.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/5.110.3/docker-compose.yml b/ghost/5.110.3/docker-compose.yml index 59b97a4a5..402d1e91d 100644 --- a/ghost/5.110.3/docker-compose.yml +++ b/ghost/5.110.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:5.110.3 + image: ghost:5.110.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"