From c566859e95b523f44d11094b71b9e126f43159ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:42:34 +0000 Subject: [PATCH] Update ghost Docker tag to v5.105.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c242579..fdb957e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghost:5.104.2 +FROM ghost:5.105.0 COPY scripts/run.sh /var/lib/ghost/run.sh RUN \