From a073d032ef0dc7e3b711df8c65d264a63a830c29 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Thu, 30 Nov 2017 14:58:44 +0000 Subject: [PATCH] bump to v1.18.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51b43d0..001c69a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.6 -ARG VERSION=1.18.0 +ARG VERSION=1.18.2 ENV GHOST_NODE_VERSION_CHECK=false \ NODE_ENV=production \