From 89dee520a34264c4a734e78efbb3dc4b925ecd08 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 4 Nov 2016 00:17:15 +0100 Subject: [PATCH] ghost: update to 0.11.3 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 03dff6e..51eec4a 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,7 +1,7 @@ FROM mhart/alpine-node-auto:6 MAINTAINER Wonderfall -ARG GHOST_VERSION=0.11.2 +ARG GHOST_VERSION=0.11.3 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \