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 \