From c8aba06bd68abb07d0213a60a31d600eddbab413 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 7 Sep 2016 17:48:30 +0200 Subject: [PATCH] ghost: update to 0.10.1 --- ghost/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index ab8d7ee..b7a285d 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,7 +1,7 @@ -FROM wonderfall/node +FROM wonderfall/node:stable MAINTAINER Wonderfall -ARG VERSION=0.9.0 +ARG VERSION=0.10.1 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \