Update for Node.js v4.6.2. See #265

This commit is contained in:
Christopher Horrell 2016-11-09 09:39:37 -05:00
parent fef7a2ca49
commit 1d00e55ede
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.6.1
ENV NODE_VERSION 4.6.2
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" \

View File

@ -1,4 +1,4 @@
FROM node:4.6.1
FROM node:4.6.2
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

View File

@ -18,7 +18,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.6.1
ENV NODE_VERSION 4.6.2
RUN buildDeps='xz-utils' \
&& set -x \

View File

@ -18,7 +18,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.6.1
ENV NODE_VERSION 4.6.2
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" \