From 7feb8c8e9c53c2cbc29a4293bc074f18e93bd574 Mon Sep 17 00:00:00 2001 From: Manjil Tamang Date: Wed, 1 Mar 2023 22:17:38 +0545 Subject: [PATCH] add ghost security fix patch by upgrading ghost version --- ghost/Dockerfile | 2 +- ghost/Dockerfile.dev | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 0063c37..e0e893a 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,4 +1,4 @@ -FROM ghost:4 +FROM ghost:4.48.9 WORKDIR /var/lib/ghost diff --git a/ghost/Dockerfile.dev b/ghost/Dockerfile.dev index daf9e3c..b463613 100644 --- a/ghost/Dockerfile.dev +++ b/ghost/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM ghost:4 +FROM ghost:4.48.9 WORKDIR /var/lib/ghost