From 2c3276c005aea62eb03316fc9bb893b3d28b6d62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:21:49 +0000 Subject: [PATCH] Update ghost Docker tag to v5.89.1 --- ghost/5.89.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/5.89.0/docker-compose.yml b/ghost/5.89.0/docker-compose.yml index 5f375cd1b..23decc1e6 100644 --- a/ghost/5.89.0/docker-compose.yml +++ b/ghost/5.89.0/docker-compose.yml @@ -6,7 +6,7 @@ networks: services: ghost: - image: ghost:5.89.0 + image: ghost:5.89.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"