From ea13d713d3afa1d834b2ad97e1e21430b179f670 Mon Sep 17 00:00:00 2001 From: Mark Crisp Date: Mon, 29 Jan 2018 12:41:54 -0500 Subject: [PATCH] 1.5.0-8.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4325dd6..60bbf73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM elixir:1.5.0 ENV NVM_DIR /root/.nvm -ENV NODE_VERSION=8.7.0 +ENV NODE_VERSION=8.9.0 # install NVM RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | bash \