diff --git a/0.10/Dockerfile b/0.10/Dockerfile index 111debc4..947005bb 100644 --- a/0.10/Dockerfile +++ b/0.10/Dockerfile @@ -15,7 +15,7 @@ RUN set -ex \ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \ done -ENV NODE_VERSION 0.10.44 +ENV NODE_VERSION 0.10.45 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/0.10/onbuild/Dockerfile b/0.10/onbuild/Dockerfile index d7781cbb..b09b040d 100644 --- a/0.10/onbuild/Dockerfile +++ b/0.10/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:0.10.44 +FROM node:0.10.45 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/0.10/slim/Dockerfile b/0.10/slim/Dockerfile index 91ceab07..5ad936d2 100644 --- a/0.10/slim/Dockerfile +++ b/0.10/slim/Dockerfile @@ -15,7 +15,7 @@ RUN set -ex \ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \ done -ENV NODE_VERSION 0.10.44 +ENV NODE_VERSION 0.10.45 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/0.10/wheezy/Dockerfile b/0.10/wheezy/Dockerfile index ebf8140e..b6210807 100644 --- a/0.10/wheezy/Dockerfile +++ b/0.10/wheezy/Dockerfile @@ -15,7 +15,7 @@ RUN set -ex \ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \ done -ENV NODE_VERSION 0.10.44 +ENV NODE_VERSION 0.10.45 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/0.12/Dockerfile b/0.12/Dockerfile index fa96dc53..dd69ac5d 100644 --- a/0.12/Dockerfile +++ b/0.12/Dockerfile @@ -15,7 +15,7 @@ RUN set -ex \ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \ done -ENV NODE_VERSION 0.12.13 +ENV NODE_VERSION 0.12.14 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/0.12/onbuild/Dockerfile b/0.12/onbuild/Dockerfile index 53c4beb1..8c6ffe4d 100644 --- a/0.12/onbuild/Dockerfile +++ b/0.12/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:0.12.13 +FROM node:0.12.14 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/0.12/slim/Dockerfile b/0.12/slim/Dockerfile index e49292b1..dfc1a903 100644 --- a/0.12/slim/Dockerfile +++ b/0.12/slim/Dockerfile @@ -15,7 +15,7 @@ RUN set -ex \ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \ done -ENV NODE_VERSION 0.12.13 +ENV NODE_VERSION 0.12.14 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/0.12/wheezy/Dockerfile b/0.12/wheezy/Dockerfile index 11ff6d75..69706cab 100644 --- a/0.12/wheezy/Dockerfile +++ b/0.12/wheezy/Dockerfile @@ -15,7 +15,7 @@ RUN set -ex \ gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \ done -ENV NODE_VERSION 0.12.13 +ENV NODE_VERSION 0.12.14 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/4.4/Dockerfile b/4.4/Dockerfile index 9884729c..72e2c790 100644 --- a/4.4/Dockerfile +++ b/4.4/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 4.4.3 +ENV NODE_VERSION 4.4.4 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/4.4/onbuild/Dockerfile b/4.4/onbuild/Dockerfile index c72fbc1b..56009a19 100644 --- a/4.4/onbuild/Dockerfile +++ b/4.4/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:4.4.3 +FROM node:4.4.4 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/4.4/slim/Dockerfile b/4.4/slim/Dockerfile index 2624a530..fbae7073 100644 --- a/4.4/slim/Dockerfile +++ b/4.4/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 4.4.3 +ENV NODE_VERSION 4.4.4 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/4.4/wheezy/Dockerfile b/4.4/wheezy/Dockerfile index cecd06cc..abcaa1dd 100644 --- a/4.4/wheezy/Dockerfile +++ b/4.4/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 4.4.3 +ENV NODE_VERSION 4.4.4 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.11/Dockerfile b/5.11/Dockerfile index a3b445ba..caba72f0 100644 --- a/5.11/Dockerfile +++ b/5.11/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.11.0 +ENV NODE_VERSION 5.11.1 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.11/onbuild/Dockerfile b/5.11/onbuild/Dockerfile index 65c92455..0f89d2c0 100644 --- a/5.11/onbuild/Dockerfile +++ b/5.11/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:5.11.0 +FROM node:5.11.1 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/5.11/slim/Dockerfile b/5.11/slim/Dockerfile index 5bfbda23..22b066ef 100644 --- a/5.11/slim/Dockerfile +++ b/5.11/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.11.0 +ENV NODE_VERSION 5.11.1 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/5.11/wheezy/Dockerfile b/5.11/wheezy/Dockerfile index 0f8c82e2..51388557 100644 --- a/5.11/wheezy/Dockerfile +++ b/5.11/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 5.11.0 +ENV NODE_VERSION 5.11.1 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.0/Dockerfile b/6.1/Dockerfile similarity index 97% rename from 6.0/Dockerfile rename to 6.1/Dockerfile index a4349b47..bd0087d1 100644 --- a/6.0/Dockerfile +++ b/6.1/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.0.0 +ENV NODE_VERSION 6.1.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.0/onbuild/Dockerfile b/6.1/onbuild/Dockerfile similarity index 91% rename from 6.0/onbuild/Dockerfile rename to 6.1/onbuild/Dockerfile index 07734244..d4f13f5e 100644 --- a/6.0/onbuild/Dockerfile +++ b/6.1/onbuild/Dockerfile @@ -1,4 +1,4 @@ -FROM node:6.0.0 +FROM node:6.1.0 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app diff --git a/6.0/slim/Dockerfile b/6.1/slim/Dockerfile similarity index 98% rename from 6.0/slim/Dockerfile rename to 6.1/slim/Dockerfile index d5c09a11..21add0b6 100644 --- a/6.0/slim/Dockerfile +++ b/6.1/slim/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.0.0 +ENV NODE_VERSION 6.1.0 RUN buildDeps='xz-utils' \ && set -x \ diff --git a/6.0/wheezy/Dockerfile b/6.1/wheezy/Dockerfile similarity index 97% rename from 6.0/wheezy/Dockerfile rename to 6.1/wheezy/Dockerfile index a3185e00..95daa361 100644 --- a/6.0/wheezy/Dockerfile +++ b/6.1/wheezy/Dockerfile @@ -16,7 +16,7 @@ RUN set -ex \ done ENV NPM_CONFIG_LOGLEVEL info -ENV NODE_VERSION 6.0.0 +ENV NODE_VERSION 6.1.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 8cd7e881..bfae7c3e 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -6,7 +6,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; } array_0_12='0'; array_4_4='4 argon'; array_5_11='5'; -array_6_0='6 latest'; +array_6_1='6 latest'; cd $(cd ${0%/*} && pwd -P);