Skip to content

Commit be9abca

Browse files
author
Christopher Horrell
committed
Update for Node.js v6.4.0
1 parent 614e8e7 commit be9abca

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

6.3/Dockerfile renamed to 6.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 6.3.1
19+
ENV NODE_VERSION 6.4.0
2020

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

6.3/onbuild/Dockerfile renamed to 6.4/onbuild/Dockerfile

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

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

6.3/slim/Dockerfile renamed to 6.4/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 6.3.1
19+
ENV NODE_VERSION 6.4.0
2020

2121
RUN buildDeps='xz-utils' \
2222
&& set -x \

6.3/wheezy/Dockerfile renamed to 6.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 6.3.1
19+
ENV NODE_VERSION 6.4.0
2020

2121
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2222
&& 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_4='4 argon';
88
array_5_12='5';
9-
array_6_3='6 latest';
9+
array_6_4='6 latest';
1010

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

0 commit comments

Comments
 (0)