From 792b32dd6cc21a9fc1a8606e6d300e21e6eef81c Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 19 May 2016 18:34:21 +0200 Subject: [PATCH] ghost: update to 0.8.0 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 5a1793a..323581e 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,7 +1,7 @@ FROM wonderfall/node MAINTAINER Wonderfall -ARG VERSION=0.7.9 +ARG VERSION=0.8.0 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \