Skip to content

Commit 938a1be

Browse files
authored
Merge pull request #266 from chorrell/v7.10-v4.6.2
Update for V7.10 and v4.6.2
2 parents fef7a2c + 655aea9 commit 938a1be

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

4.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 4.6.1
21+
ENV NODE_VERSION 4.6.2
2222

2323
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2424
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

4.6/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:4.6.1
1+
FROM node:4.6.2
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

4.6/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 4.6.1
21+
ENV NODE_VERSION 4.6.2
2222

2323
RUN buildDeps='xz-utils' \
2424
&& set -x \

4.6/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 4.6.1
21+
ENV NODE_VERSION 4.6.2
2222

2323
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2424
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

7.0/Dockerfile renamed to 7.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 7.0.0
21+
ENV NODE_VERSION 7.1.0
2222

2323
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2424
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

7.0/onbuild/Dockerfile renamed to 7.1/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:7.0.0
1+
FROM node:7.1.0
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

7.0/slim/Dockerfile renamed to 7.1/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 7.0.0
21+
ENV NODE_VERSION 7.1.0
2222

2323
RUN buildDeps='xz-utils' \
2424
&& set -x \

7.0/wheezy/Dockerfile renamed to 7.1/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 7.0.0
21+
ENV NODE_VERSION 7.1.0
2222

2323
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2424
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
66
array_0_12='0';
77
array_4_6='4 argon';
88
array_6_9='6 boron';
9-
array_7_0='7 latest';
9+
array_7_1='7 latest';
1010

1111
cd $(cd ${0%/*} && pwd -P);
1212

0 commit comments

Comments
 (0)