From 9c985c3028e0667654da5680247e9a30e699d3ba Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 31 Aug 2017 16:18:06 +0200 Subject: [PATCH] ghost 1.8.1 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index c4fe702..5c44109 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.8.0 +ARG VERSION=1.8.1 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \