diff --git a/5.1/Dockerfile b/5.2/Dockerfile similarity index 97% rename from 5.1/Dockerfile rename to 5.2/Dockerfile index 026b93d887..3614ec3136 100644 --- a/5.1/Dockerfile +++ b/5.2/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.1.1 +ENV NODE_VERSION 5.2.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.1/onbuild/Dockerfile b/5.2/onbuild/Dockerfile similarity index 91% rename from 5.1/onbuild/Dockerfile rename to 5.2/onbuild/Dockerfile index eeea3626c0..af7fc89bb8 100644 --- a/5.1/onbuild/Dockerfile +++ b/5.2/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:5.1.1 +FROM node:5.2.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/5.1/slim/Dockerfile b/5.2/slim/Dockerfile similarity index 97% rename from 5.1/slim/Dockerfile rename to 5.2/slim/Dockerfile index 18ce5313d0..8257221975 100644 --- a/5.1/slim/Dockerfile +++ b/5.2/slim/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.1.1 +ENV NODE_VERSION 5.2.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.1/wheezy/Dockerfile b/5.2/wheezy/Dockerfile similarity index 97% rename from 5.1/wheezy/Dockerfile rename to 5.2/wheezy/Dockerfile index cbcba56ec4..876695ccef 100644 --- a/5.1/wheezy/Dockerfile +++ b/5.2/wheezy/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.1.1 +ENV NODE_VERSION 5.2.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/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 6e5023280c..b22e68c516 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -5,7 +5,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; } array_0_12='0'; array_4_2='4 argon'; -array_5_1='5 latest'; +array_5_2='5 latest'; cd $(cd ${0%/*} && pwd -P);