diff --git a/5.7/Dockerfile b/5.8/Dockerfile similarity index 97% rename from 5.7/Dockerfile rename to 5.8/Dockerfile index 1164ee94..d7e1351b 100644 --- a/5.7/Dockerfile +++ b/5.8/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.7.1 +ENV NODE_VERSION 5.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/5.7/onbuild/Dockerfile b/5.8/onbuild/Dockerfile similarity index 91% rename from 5.7/onbuild/Dockerfile rename to 5.8/onbuild/Dockerfile index ece7bead..893701ec 100644 --- a/5.7/onbuild/Dockerfile +++ b/5.8/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:5.7.1 +FROM node:5.8.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/5.7/slim/Dockerfile b/5.8/slim/Dockerfile similarity index 98% rename from 5.7/slim/Dockerfile rename to 5.8/slim/Dockerfile index 114e3ea2..a90205aa 100644 --- a/5.7/slim/Dockerfile +++ b/5.8/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.7.1 +ENV NODE_VERSION 5.8.0 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/5.7/wheezy/Dockerfile b/5.8/wheezy/Dockerfile similarity index 97% rename from 5.7/wheezy/Dockerfile rename to 5.8/wheezy/Dockerfile index a324a9db..ac2e56a5 100644 --- a/5.7/wheezy/Dockerfile +++ b/5.8/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.7.1 +ENV NODE_VERSION 5.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 81fcc574..e8dc99e0 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_4='4 argon'; -array_5_7='5 latest'; +array_5_8='5 latest'; cd $(cd ${0%/*} && pwd -P);