From ee2c0aa34bf26c15a728b9d5b0296181de033742 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 25 Feb 2017 13:20:38 +0100 Subject: [PATCH] ghost: update --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 7d1b50b..672daf5 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:edge -ARG GHOST_VERSION=0.11.4 +ARG GHOST_VERSION=0.11.5 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \