From f15c44c0067edd7c28950489bb88c79a28f1ffb1 Mon Sep 17 00:00:00 2001 From: Wonderfall <wonderfall@schrodinger.io> Date: Tue, 25 Jul 2017 01:00:13 +0200 Subject: [PATCH] ghost: update to 1.0.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 c58ffaa..2126312 100644 --- a/ghost/1.x/Dockerfile +++ b/ghost/1.x/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.0.0-rc.1 +ARG VERSION=1.0.0 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \