From 77f97a116f4866716cd732c5c1e779c720fe91eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:23:33 +0000 Subject: [PATCH] Update ghost Docker tag to v5.66.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eee15fd..3d79585 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghost:5.66.0 +FROM ghost:5.66.1 COPY scripts/run.sh /var/lib/ghost/run.sh RUN \