From 301376e4255723fe42f51b9c8cdce3b3a91fa6ef Mon Sep 17 00:00:00 2001 From: Wonderfall <wonderfall@targaryen.house> Date: Wed, 1 Mar 2017 21:49:51 +0100 Subject: [PATCH] ghost: update to 0.11.7 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 672daf5..6f2fd34 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:edge -ARG GHOST_VERSION=0.11.5 +ARG GHOST_VERSION=0.11.7 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \