From 744b3fb047131497db0f73b39545b0053c289579 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 27 Jul 2016 21:16:45 +0300 Subject: [PATCH] ghost: update to 0.9.0 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index a795fd7..ab8d7ee 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,7 +1,7 @@ FROM wonderfall/node MAINTAINER Wonderfall -ARG VERSION=0.9.0-beta.2 +ARG VERSION=0.9.0 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \