From 01d25955a9fed05133784ce3e43a1aa5a6677438 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 00:54:31 +0000 Subject: [PATCH] Update ghost Docker tag to v5.69.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c286559..fbe5490 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghost:5.69.0 +FROM ghost:5.69.2 COPY scripts/run.sh /var/lib/ghost/run.sh RUN \