diff --git a/5.0/Dockerfile b/5.1/Dockerfile similarity index 97% rename from 5.0/Dockerfile rename to 5.1/Dockerfile index 22311f8af..5d0927dd2 100644 --- a/5.0/Dockerfile +++ b/5.1/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.0.0 +ENV NODE_VERSION 5.1.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.0/onbuild/Dockerfile b/5.1/onbuild/Dockerfile similarity index 91% rename from 5.0/onbuild/Dockerfile rename to 5.1/onbuild/Dockerfile index 50d44b16b..dc5b39429 100644 --- a/5.0/onbuild/Dockerfile +++ b/5.1/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:5.0.0 +FROM node:5.1.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/5.0/slim/Dockerfile b/5.1/slim/Dockerfile similarity index 97% rename from 5.0/slim/Dockerfile rename to 5.1/slim/Dockerfile index 4010ee686..cfecb958e 100644 --- a/5.0/slim/Dockerfile +++ b/5.1/slim/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.0.0 +ENV NODE_VERSION 5.1.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.0/wheezy/Dockerfile b/5.1/wheezy/Dockerfile similarity index 97% rename from 5.0/wheezy/Dockerfile rename to 5.1/wheezy/Dockerfile index 75fe0b76d..c4df8e4ea 100644 --- a/5.0/wheezy/Dockerfile +++ b/5.1/wheezy/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.0.0 +ENV NODE_VERSION 5.1.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 b2dc87a13..6e5023280 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_0='5 latest'; +array_5_1='5 latest'; cd $(cd ${0%/*} && pwd -P);