File tree Expand file tree Collapse file tree 17 files changed +18
-18
lines changed Expand file tree Collapse file tree 17 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -ex \
15
15
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
16
16
done
17
17
18
- ENV NODE_VERSION 0.10.46
18
+ ENV NODE_VERSION 0.10.47
19
19
20
20
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
21
21
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1
- FROM node:0.10.46
1
+ FROM node:0.10.47
2
2
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -ex \
15
15
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
16
16
done
17
17
18
- ENV NODE_VERSION 0.10.46
18
+ ENV NODE_VERSION 0.10.47
19
19
20
20
RUN buildDeps='xz-utils' \
21
21
&& set -x \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -ex \
15
15
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
16
16
done
17
17
18
- ENV NODE_VERSION 0.10.46
18
+ ENV NODE_VERSION 0.10.47
19
19
20
20
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
21
21
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -ex \
15
15
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
16
16
done
17
17
18
- ENV NODE_VERSION 0.12.15
18
+ ENV NODE_VERSION 0.12.16
19
19
20
20
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
21
21
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1
- FROM node:0.12.15
1
+ FROM node:0.12.16
2
2
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -ex \
15
15
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
16
16
done
17
17
18
- ENV NODE_VERSION 0.12.15
18
+ ENV NODE_VERSION 0.12.16
19
19
20
20
RUN buildDeps='xz-utils' \
21
21
&& set -x \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN set -ex \
15
15
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key" ; \
16
16
done
17
17
18
- ENV NODE_VERSION 0.12.15
18
+ ENV NODE_VERSION 0.12.16
19
19
20
20
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
21
21
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -ex \
16
16
done
17
17
18
18
ENV NPM_CONFIG_LOGLEVEL info
19
- ENV NODE_VERSION 4.5 .0
19
+ ENV NODE_VERSION 4.6 .0
20
20
21
21
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
22
22
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1
- FROM node:6 .6.0
1
+ FROM node:4 .6.0
2
2
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -ex \
16
16
done
17
17
18
18
ENV NPM_CONFIG_LOGLEVEL info
19
- ENV NODE_VERSION 6 .6.0
19
+ ENV NODE_VERSION 4 .6.0
20
20
21
21
RUN buildDeps='xz-utils' \
22
22
&& set -x \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -ex \
16
16
done
17
17
18
18
ENV NPM_CONFIG_LOGLEVEL info
19
- ENV NODE_VERSION 6 .6.0
19
+ ENV NODE_VERSION 4 .6.0
20
20
21
21
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
22
22
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -ex \
16
16
done
17
17
18
18
ENV NPM_CONFIG_LOGLEVEL info
19
- ENV NODE_VERSION 6.6 .0
19
+ ENV NODE_VERSION 6.7 .0
20
20
21
21
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
22
22
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1
- FROM node:4.5 .0
1
+ FROM node:6.7 .0
2
2
3
3
RUN mkdir -p /usr/src/app
4
4
WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -ex \
16
16
done
17
17
18
18
ENV NPM_CONFIG_LOGLEVEL info
19
- ENV NODE_VERSION 4.5 .0
19
+ ENV NODE_VERSION 6.7 .0
20
20
21
21
RUN buildDeps='xz-utils' \
22
22
&& set -x \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -ex \
16
16
done
17
17
18
18
ENV NPM_CONFIG_LOGLEVEL info
19
- ENV NODE_VERSION 4.5 .0
19
+ ENV NODE_VERSION 6.7 .0
20
20
21
21
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
22
22
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 4
4
hash git 2> /dev/null || { echo >&2 " git not found, exiting." ; }
5
5
6
6
array_0_12=' 0' ;
7
- array_4_5 =' 4 argon' ;
8
- array_6_6 =' 6 latest' ;
7
+ array_4_6 =' 4 argon' ;
8
+ array_6_7 =' 6 latest' ;
9
9
10
10
cd $( cd ${0%/* } && pwd -P) ;
11
11
You can’t perform that action at this time.
0 commit comments