diff --git a/5.3/Dockerfile b/5.4/Dockerfile similarity index 97% rename from 5.3/Dockerfile rename to 5.4/Dockerfile index de0d94162..f9a57ba5e 100644 --- a/5.3/Dockerfile +++ b/5.4/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.3.0 +ENV NODE_VERSION 5.4.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.3/onbuild/Dockerfile b/5.4/onbuild/Dockerfile similarity index 91% rename from 5.3/onbuild/Dockerfile rename to 5.4/onbuild/Dockerfile index a7ed1738e..0cd9047c0 100644 --- a/5.3/onbuild/Dockerfile +++ b/5.4/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:5.3.0 +FROM node:5.4.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/5.3/slim/Dockerfile b/5.4/slim/Dockerfile similarity index 97% rename from 5.3/slim/Dockerfile rename to 5.4/slim/Dockerfile index c776cd698..e6288d10c 100644 --- a/5.3/slim/Dockerfile +++ b/5.4/slim/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.3.0 +ENV NODE_VERSION 5.4.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.3/wheezy/Dockerfile b/5.4/wheezy/Dockerfile similarity index 97% rename from 5.3/wheezy/Dockerfile rename to 5.4/wheezy/Dockerfile index 90bc23ded..8e4a175e8 100644 --- a/5.3/wheezy/Dockerfile +++ b/5.4/wheezy/Dockerfile @@ -14,7 +14,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.3.0 +ENV NODE_VERSION 5.4.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 ae99f1802..6c2dd771c 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_3='5 latest'; +array_5_4='5 latest'; cd $(cd ${0%/*} && pwd -P);