File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -ex \
18
18
done
19
19
20
20
ENV NPM_CONFIG_LOGLEVEL info
21
- ENV NODE_VERSION 4.6.1
21
+ ENV NODE_VERSION 4.6.2
22
22
23
23
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
24
24
&& 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.6.1
1
+ FROM node:4.6.2
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 @@ -18,7 +18,7 @@ RUN set -ex \
18
18
done
19
19
20
20
ENV NPM_CONFIG_LOGLEVEL info
21
- ENV NODE_VERSION 4.6.1
21
+ ENV NODE_VERSION 4.6.2
22
22
23
23
RUN buildDeps='xz-utils' \
24
24
&& set -x \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -ex \
18
18
done
19
19
20
20
ENV NPM_CONFIG_LOGLEVEL info
21
- ENV NODE_VERSION 4.6.1
21
+ ENV NODE_VERSION 4.6.2
22
22
23
23
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
24
24
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
You can’t perform that action at this time.
0 commit comments