diff --git a/6.7/Dockerfile b/6.8/Dockerfile similarity index 98% rename from 6.7/Dockerfile rename to 6.8/Dockerfile index 5c3e7c55..ab1e3239 100644 --- a/6.7/Dockerfile +++ b/6.8/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.7.0 +ENV NODE_VERSION 6.8.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.7/onbuild/Dockerfile b/6.8/onbuild/Dockerfile similarity index 93% rename from 6.7/onbuild/Dockerfile rename to 6.8/onbuild/Dockerfile index 8810358c..a3ecbf95 100644 --- a/6.7/onbuild/Dockerfile +++ b/6.8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6.7.0 +FROM node:6.8.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/6.7/slim/Dockerfile b/6.8/slim/Dockerfile similarity index 98% rename from 6.7/slim/Dockerfile rename to 6.8/slim/Dockerfile index ccdfd368..143562a5 100644 --- a/6.7/slim/Dockerfile +++ b/6.8/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.7.0 +ENV NODE_VERSION 6.8.0 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/6.7/wheezy/Dockerfile b/6.8/wheezy/Dockerfile similarity index 98% rename from 6.7/wheezy/Dockerfile rename to 6.8/wheezy/Dockerfile index 722c5ee1..1c53e697 100644 --- a/6.7/wheezy/Dockerfile +++ b/6.8/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.7.0 +ENV NODE_VERSION 6.8.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 ecb4b020..ca9de0e8 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_6='4 argon'; -array_6_7='6 latest'; +array_6_8='6 latest'; cd $(cd ${0%/*} && pwd -P);