From 6cd004f7420f855aef527c27e575dfab4c080d38 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 1 Oct 2016 11:50:30 +0200 Subject: [PATCH] ghost: update to 0.11.1 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 6c4f8bc..c737066 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,7 +1,7 @@ FROM mhart/alpine-node-auto:6 MAINTAINER Wonderfall -ARG GHOST_VERSION=0.11.0 +ARG GHOST_VERSION=0.11.1 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \