Skip to content

Commit 1d00e55

Browse files
author
Christopher Horrell
committed
Update for Node.js v4.6.2. See #265
1 parent fef7a2c commit 1d00e55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

4.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 4.6.1
21+
ENV NODE_VERSION 4.6.2
2222

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

4.6/onbuild/Dockerfile

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

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

4.6/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 4.6.1
21+
ENV NODE_VERSION 4.6.2
2222

2323
RUN buildDeps='xz-utils' \
2424
&& set -x \

4.6/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -ex \
1818
done
1919

2020
ENV NPM_CONFIG_LOGLEVEL info
21-
ENV NODE_VERSION 4.6.1
21+
ENV NODE_VERSION 4.6.2
2222

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

0 commit comments

Comments
 (0)