From e6d116bd363a3ef502f5a2059a3bd1bd4efebfea Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 7 Aug 2017 18:53:04 +0200 Subject: [PATCH] ghost: 1.5.0 --- ghost/1.x/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/1.x/Dockerfile b/ghost/1.x/Dockerfile index 41603f1..90ded95 100644 --- a/ghost/1.x/Dockerfile +++ b/ghost/1.x/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.0.2 +ARG VERSION=1.5.0 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \