From b5e22b48e8267afaa2c7157325837915290b5b03 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 9 Sep 2017 03:51:17 +0200 Subject: [PATCH] ghost 1.8.4 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 5c44109..f205fb2 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.8.1 +ARG VERSION=1.8.4 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \