From c58c548b546fd898c6da90ff4a92d6cf94c4a20a Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sun, 17 Sep 2017 04:22:05 +0200 Subject: [PATCH] ghost 1.8.6 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index f205fb2..339b571 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.8.4 +ARG VERSION=1.8.6 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \