From d0d38e6628bf3e41b8fd3c36c5b42afc3911d92d Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 16 Apr 2016 08:58:33 +0200 Subject: [PATCH] update: ghost 0.7.9 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 98edcc1..00adce0 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,7 +1,7 @@ FROM wonderfall/node:stable MAINTAINER Wonderfall -ARG VERSION=0.7.8 +ARG VERSION=0.7.9 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \