Christopher Horrell 2016-06-23 20:48:47 -04:00
parent aea73d5555
commit 50b56d39a2
17 changed files with 17 additions and 17 deletions

View File

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.10.45
ENV NODE_VERSION 0.10.46
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:0.10.45
FROM node:0.10.46
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

View File

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.10.45
ENV NODE_VERSION 0.10.46
RUN buildDeps='xz-utils' \
&& set -x \

View File

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.10.45
ENV NODE_VERSION 0.10.46
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

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.12.14
ENV NODE_VERSION 0.12.15
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:0.12.14
FROM node:0.12.15
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

View File

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.12.14
ENV NODE_VERSION 0.12.15
RUN buildDeps='xz-utils' \
&& set -x \

View File

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.12.14
ENV NODE_VERSION 0.12.15
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

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.4.5
ENV NODE_VERSION 4.4.6
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.4.5
FROM node:4.4.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.4.5
ENV NODE_VERSION 4.4.6
RUN buildDeps='xz-utils' \
&& set -x \

View File

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

@ -16,7 +16,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 5.11.1
ENV NODE_VERSION 5.12.0
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:5.11.1
FROM node:5.12.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.11.1
ENV NODE_VERSION 5.12.0
RUN buildDeps='xz-utils' \
&& set -x \

View File

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

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