Skip to content

Commit 87993b5

Browse files
author
Hans Kristian Flaatten
committed
Update Node to 5.3.0
Related: nodejs/node#4281 PR-URL: #79 Signed-off-by: Hans Kristian Flaatten <[email protected]>
1 parent 82db3af commit 87993b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

5.2/Dockerfile renamed to 5.3/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.2.0
17+
ENV NODE_VERSION 5.3.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.2/onbuild/Dockerfile renamed to 5.3/onbuild/Dockerfile

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

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

5.2/slim/Dockerfile renamed to 5.3/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.2.0
17+
ENV NODE_VERSION 5.3.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.2/wheezy/Dockerfile renamed to 5.3/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.2.0
17+
ENV NODE_VERSION 5.3.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" \

0 commit comments

Comments
 (0)