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