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