diff --git a/6.2/Dockerfile b/6.3/Dockerfile similarity index 97% rename from 6.2/Dockerfile rename to 6.3/Dockerfile index 4be071425..ecf7fe4e6 100644 --- a/6.2/Dockerfile +++ b/6.3/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.2.2 +ENV NODE_VERSION 6.3.0 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/6.2/onbuild/Dockerfile b/6.3/onbuild/Dockerfile similarity index 91% rename from 6.2/onbuild/Dockerfile rename to 6.3/onbuild/Dockerfile index c24d1078a..bcde1eba1 100644 --- a/6.2/onbuild/Dockerfile +++ b/6.3/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6.2.2 +FROM node:6.3.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/6.2/slim/Dockerfile b/6.3/slim/Dockerfile similarity index 98% rename from 6.2/slim/Dockerfile rename to 6.3/slim/Dockerfile index 7ba6e7fb5..4d9da8da0 100644 --- a/6.2/slim/Dockerfile +++ b/6.3/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.2.2 +ENV NODE_VERSION 6.3.0 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/6.2/wheezy/Dockerfile b/6.3/wheezy/Dockerfile similarity index 97% rename from 6.2/wheezy/Dockerfile rename to 6.3/wheezy/Dockerfile index 871590de9..3cbcc50ad 100644 --- a/6.2/wheezy/Dockerfile +++ b/6.3/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.2.2 +ENV NODE_VERSION 6.3.0 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" \