diff --git a/5.2/Dockerfile b/5.3/Dockerfile similarity index 97% rename from 5.2/Dockerfile rename to 5.3/Dockerfile index 3614ec313..de0d94162 100644 --- a/5.2/Dockerfile +++ b/5.3/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.2.0 +ENV NODE_VERSION 5.3.0 RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \ && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \ diff --git a/5.2/onbuild/Dockerfile b/5.3/onbuild/Dockerfile similarity index 91% rename from 5.2/onbuild/Dockerfile rename to 5.3/onbuild/Dockerfile index af7fc89bb..a7ed1738e 100644 --- a/5.2/onbuild/Dockerfile +++ b/5.3/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:5.2.0 +FROM node:5.3.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/5.2/slim/Dockerfile b/5.3/slim/Dockerfile similarity index 97% rename from 5.2/slim/Dockerfile rename to 5.3/slim/Dockerfile index 825722197..c776cd698 100644 --- a/5.2/slim/Dockerfile +++ b/5.3/slim/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.2.0 +ENV NODE_VERSION 5.3.0 RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \ && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \ diff --git a/5.2/wheezy/Dockerfile b/5.3/wheezy/Dockerfile similarity index 97% rename from 5.2/wheezy/Dockerfile rename to 5.3/wheezy/Dockerfile index 876695cce..90bc23ded 100644 --- a/5.2/wheezy/Dockerfile +++ b/5.3/wheezy/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.2.0 +ENV NODE_VERSION 5.3.0 RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \ && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \