From b7af26543176b0262ebb0b9fb4d7aca321f2a287 Mon Sep 17 00:00:00 2001 From: Louis MILCENT Date: Sun, 1 Oct 2017 21:48:31 +0200 Subject: [PATCH] Updated to version 1.10.0 (#235) Updated to version 1.10.0 --- ghost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index 6bc9d39..75177ed 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.9.0 +ARG VERSION=1.10.0 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \