Update Node to 5.5.0

Related: https://github.com/nodejs/node/pull/4742
This commit is contained in:
Ben Ripkens 2016-01-21 06:59:12 +01:00
parent 657df5ef9e
commit 31bb0d89ab
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 5.4.1
ENV NODE_VERSION 5.5.0
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:5.4.1
FROM node:5.5.0
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 5.4.1
ENV NODE_VERSION 5.5.0
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 5.4.1
ENV NODE_VERSION 5.5.0
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

@ -5,7 +5,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
array_0_12='0';
array_4_2='4 argon';
array_5_4='5 latest';
array_5_5='5 latest';
cd $(cd ${0%/*} && pwd -P);