From c5b46b99a50c173aa650bbcbc296c986ab03b4af Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 20 May 2017 21:30:41 +0200 Subject: [PATCH] ghost: update to 0.11.9 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index e9f7521..3178c72 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.5 -ARG GHOST_VERSION=0.11.8 +ARG GHOST_VERSION=0.11.9 ENV GHOST_NODE_VERSION_CHECK=false \ GID=991 \