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
You can’t perform that action at this time.
0 commit comments