From 21275aff52b6e86098512049e656be9d6d989db9 Mon Sep 17 00:00:00 2001 From: Rathorian Date: Tue, 17 Oct 2017 20:09:11 +0200 Subject: [PATCH] Update Ghost v1.14.0 (#250) --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 75177ed..84bd2c7 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.10.0 +ARG VERSION=1.14.0 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \