Skip to content

Commit c4868ce

Browse files
author
Hans Kristian Flaatten
committed
Update Node to 5.4.0
PR-URL: #83 Realted: nodejs/node#4547 Signed-off-by: Hans Kristian Flaatten <[email protected]>
1 parent 6f26062 commit c4868ce

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

5.3/Dockerfile renamed to 5.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex \
1414
done
1515

1616
ENV NPM_CONFIG_LOGLEVEL info
17-
ENV NODE_VERSION 5.3.0
17+
ENV NODE_VERSION 5.4.0
1818

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

5.3/onbuild/Dockerfile renamed to 5.4/onbuild/Dockerfile

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

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

5.3/slim/Dockerfile renamed to 5.4/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex \
1414
done
1515

1616
ENV NPM_CONFIG_LOGLEVEL info
17-
ENV NODE_VERSION 5.3.0
17+
ENV NODE_VERSION 5.4.0
1818

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

5.3/wheezy/Dockerfile renamed to 5.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex \
1414
done
1515

1616
ENV NPM_CONFIG_LOGLEVEL info
17-
ENV NODE_VERSION 5.3.0
17+
ENV NODE_VERSION 5.4.0
1818

1919
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2020
&& 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
@@ -5,7 +5,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
55

66
array_0_12='0';
77
array_4_2='4 argon';
8-
array_5_3='5 latest';
8+
array_5_4='5 latest';
99

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

0 commit comments

Comments
 (0)