diff --git a/5.6/Dockerfile b/5.7/Dockerfile similarity index 97% rename from 5.6/Dockerfile rename to 5.7/Dockerfile index 7b5e0c2906..b7403c96c3 100644 --- a/5.6/Dockerfile +++ b/5.7/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.6.0 +ENV NODE_VERSION 5.7.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/5.6/onbuild/Dockerfile b/5.7/onbuild/Dockerfile similarity index 91% rename from 5.6/onbuild/Dockerfile rename to 5.7/onbuild/Dockerfile index f64b04cb26..9d39df4212 100644 --- a/5.6/onbuild/Dockerfile +++ b/5.7/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:5.6.0 +FROM node:5.7.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/5.6/slim/Dockerfile b/5.7/slim/Dockerfile similarity index 98% rename from 5.6/slim/Dockerfile rename to 5.7/slim/Dockerfile index 16d559d787..ae90dd68f2 100644 --- a/5.6/slim/Dockerfile +++ b/5.7/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.6.0 +ENV NODE_VERSION 5.7.0 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/5.6/wheezy/Dockerfile b/5.7/wheezy/Dockerfile similarity index 97% rename from 5.6/wheezy/Dockerfile rename to 5.7/wheezy/Dockerfile index 7d0c707cad..d6171dc5b8 100644 --- a/5.6/wheezy/Dockerfile +++ b/5.7/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.6.0 +ENV NODE_VERSION 5.7.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/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 7ff4e27a04..3586548e63 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_3='4 argon'; -array_5_6='5 latest'; +array_5_7='5 latest'; cd $(cd ${0%/*} && pwd -P);