From 759eb559ff33fa1fbb160f0bf2a69139e3a162e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 00:18:30 +0000 Subject: [PATCH] Update ghost Docker tag to v5.82.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9e9e59c..d47832e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghost:5.82.1 +FROM ghost:5.82.11 COPY scripts/run.sh /var/lib/ghost/run.sh RUN \