From aeaa2c0fb60f4d94d098e2afe74850f1de9068a9 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Fri, 17 Nov 2017 13:32:58 +0000 Subject: [PATCH] update Ghost version to 1.7.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19d6459..c8ac45b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.17.2 +ARG VERSION=1.17.3 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \