Merge pull request #49 from blah238/node-4.1.2

Update to 4.1.2
This commit is contained in:
Peter Petrov 2015-10-06 01:28:36 +03:00
commit a8248b7e9f
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.1.1
ENV NODE_VERSION 4.1.2
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

View File

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

View File

@ -14,7 +14,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.1.1
ENV NODE_VERSION 4.1.2
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

View File

@ -14,7 +14,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.1.1
ENV NODE_VERSION 4.1.2
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \