diff --git a/5.9/Dockerfile b/5.10/Dockerfile similarity index 97% rename from 5.9/Dockerfile rename to 5.10/Dockerfile index c199e076d..3d66347d8 100644 --- a/5.9/Dockerfile +++ b/5.10/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.9.1 +ENV NODE_VERSION 5.10.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.9/onbuild/Dockerfile b/5.10/onbuild/Dockerfile similarity index 90% rename from 5.9/onbuild/Dockerfile rename to 5.10/onbuild/Dockerfile index c4030ab5d..593a1562c 100644 --- a/5.9/onbuild/Dockerfile +++ b/5.10/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:5.9.1 +FROM node:5.10.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/5.9/slim/Dockerfile b/5.10/slim/Dockerfile similarity index 98% rename from 5.9/slim/Dockerfile rename to 5.10/slim/Dockerfile index 5978f3e32..b247da2df 100644 --- a/5.9/slim/Dockerfile +++ b/5.10/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.9.1 +ENV NODE_VERSION 5.10.0 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/5.9/wheezy/Dockerfile b/5.10/wheezy/Dockerfile similarity index 97% rename from 5.9/wheezy/Dockerfile rename to 5.10/wheezy/Dockerfile index 5cf1b9322..6477fe496 100644 --- a/5.9/wheezy/Dockerfile +++ b/5.10/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.9.1 +ENV NODE_VERSION 5.10.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 2611ec661..588bc2c32 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_9='5 latest'; +array_5_10='5 latest'; cd $(cd ${0%/*} && pwd -P);