diff --git a/4.3/Dockerfile b/4.3/Dockerfile index 21aa077548..55153c6ca8 100644 --- a/4.3/Dockerfile +++ b/4.3/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 4.3.1 +ENV NODE_VERSION 4.3.2 RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \ && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \ diff --git a/4.3/onbuild/Dockerfile b/4.3/onbuild/Dockerfile index 92904018aa..a2f83258a0 100644 --- a/4.3/onbuild/Dockerfile +++ b/4.3/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:4.3.1 +FROM node:4.3.2 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/4.3/slim/Dockerfile b/4.3/slim/Dockerfile index 9e18f6050b..92356b4a09 100644 --- a/4.3/slim/Dockerfile +++ b/4.3/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 4.3.1 +ENV NODE_VERSION 4.3.2 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/4.3/wheezy/Dockerfile b/4.3/wheezy/Dockerfile index ed1000d9c6..13c9d6be39 100644 --- a/4.3/wheezy/Dockerfile +++ b/4.3/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 4.3.1 +ENV NODE_VERSION 4.3.2 RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \ && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \