From babcb4b0df27a5b97abe96d6546a300cfa506f98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 01:22:35 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v5.20.0 --- apps/ghost/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ghost/docker-compose.yml b/apps/ghost/docker-compose.yml index 1c138d01..db969b29 100644 --- a/apps/ghost/docker-compose.yml +++ b/apps/ghost/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.9' services: ghost: - image: ghost:5.19.0 + image: ghost:5.20.0 container_name: ghost depends_on: - ghostdb