From 7f70fa779d4fab29a3192c7f180690fc1f3aae5d Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Fri, 22 Sep 2017 04:33:47 +0200 Subject: [PATCH] Ghost 1.9.0 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 339b571..6bc9d39 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.8.6 +ARG VERSION=1.9.0 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \