From ca51e94383ccec350bb36c0322b68fb435d7ecc8 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 29 Jul 2017 00:58:51 +0200 Subject: [PATCH] ghost: update to 1.0.2 --- 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 2126312..41603f1 100644 --- a/ghost/1.x/Dockerfile +++ b/ghost/1.x/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.0.0 +ARG VERSION=1.0.2 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \