From b346a91de0d73617d46847d98745122695bc4e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:14:24 +0000 Subject: [PATCH] Update ghost Docker tag to v5.101.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 764ca6b..65626db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghost:5.98.0 +FROM ghost:5.101.2 COPY scripts/run.sh /var/lib/ghost/run.sh RUN \