From 36b49243ca7c94cdbcd77198ee9b27c3d6bbee23 Mon Sep 17 00:00:00 2001 From: Stefano Sala Date: Thu, 26 Oct 2017 11:07:20 +0200 Subject: [PATCH] Upgrade to 8.8.1 (#13) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59eada5..f655f3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app/user # The following setup is inspired by the Heroku Node-js dockerfile with some extras and a different node version. # Which version of node? -ENV NODE_ENGINE 8.7.0 +ENV NODE_ENGINE 8.8.1 # Locate our binaries ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH