diff --git a/current/Dockerfile b/current/Dockerfile index 81c5bb4..698ed25 100644 --- a/current/Dockerfile +++ b/current/Dockerfile @@ -22,7 +22,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 8.2.1 +ENV NODE_VERSION 8.4.0 ENV NPM_VERSION 5.3.0 RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \