Merge pull request #91 from pesho/master

Update Node LTS to 4.2.6
This commit is contained in:
Peter Petrov 2016-01-22 21:01:20 +02:00
commit f94756da8f
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.2.5
ENV NODE_VERSION 4.2.6
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.2.5
FROM node:4.2.6
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

View File

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.2.5
ENV NODE_VERSION 4.2.6
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

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.2.5
ENV NODE_VERSION 4.2.6
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" \