Skip to content

Commit 04df868

Browse files
author
Hans Kristian Flaatten
committed
Update to 4.2.1
PR-URL: nodejs#56 Related: nodejs/node#3337 Signed-off-by: Hans Kristian Flaatten <[email protected]>
1 parent 184653e commit 04df868

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

4.2/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 4.2.0
17+
ENV NODE_VERSION 4.2.1
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" \

4.2/onbuild/Dockerfile

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

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

4.2/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 4.2.0
17+
ENV NODE_VERSION 4.2.1
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" \

4.2/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 4.2.0
17+
ENV NODE_VERSION 4.2.1
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)