From 025b586c286496dce3fd68b4dc5bc91c63f9b770 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 26 Aug 2017 13:36:12 +0200 Subject: [PATCH] ghost 1.7.1 --- 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 90ded95..12b9eac 100644 --- a/ghost/1.x/Dockerfile +++ b/ghost/1.x/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.5.0 +ARG VERSION=1.7.1 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \