Skip to content

Commit

Permalink
Merge pull request #218 from chorrell/v4.5.0
Browse files Browse the repository at this point in the history
Update for Node.js v4.5.0
  • Loading branch information
chorrell authored Aug 16, 2016
2 parents 2266820 + 4ad33b5 commit 8e1370e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 4.4/Dockerfile → 4.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.4.7
ENV NODE_VERSION 4.5.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" \
Expand Down
2 changes: 1 addition & 1 deletion 4.4/onbuild/Dockerfile → 4.5/onbuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:4.4.7
FROM node:4.5.0

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion 4.4/slim/Dockerfile → 4.5/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.4.7
ENV NODE_VERSION 4.5.0

RUN buildDeps='xz-utils' \
&& set -x \
Expand Down
2 changes: 1 addition & 1 deletion 4.4/wheezy/Dockerfile → 4.5/wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.4.7
ENV NODE_VERSION 4.5.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" \
Expand Down
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }

array_0_12='0';
array_4_4='4 argon';
array_4_5='4 argon';
array_5_12='5';
array_6_4='6 latest';

Expand Down

0 comments on commit 8e1370e

Please sign in to comment.