From 9d34039799efbec316387f336e8649d5a441badd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 01:44:09 +0000 Subject: [PATCH] Update ghost Docker tag to v5.91.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 377ff60..2e31d40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghost:5.90.2 +FROM ghost:5.91.0 COPY scripts/run.sh /var/lib/ghost/run.sh RUN \