From b33d28c3c5e0313199abda719c0da7e5f0d522a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 04:21:01 +0000 Subject: [PATCH] Update ghost Docker tag to v5.71.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b106cc..ea66b44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghost:5.70.2 +FROM ghost:5.71.0 COPY scripts/run.sh /var/lib/ghost/run.sh RUN \