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 @@ -16,7 +16,7 @@ RUN set -ex \
1616 done
1717
1818ENV NPM_CONFIG_LOGLEVEL info
19- ENV NODE_VERSION 6.2.2
19+ ENV NODE_VERSION 6.3.0
2020
2121RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2222 && 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.2.2
1+ FROM node:6.3.0
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -ex \
1616 done
1717
1818ENV NPM_CONFIG_LOGLEVEL info
19- ENV NODE_VERSION 6.2.2
19+ ENV NODE_VERSION 6.3.0
2020
2121RUN buildDeps='xz-utils' \
2222 && set -x \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN set -ex \
1616 done
1717
1818ENV NPM_CONFIG_LOGLEVEL info
19- ENV NODE_VERSION 6.2.2
19+ ENV NODE_VERSION 6.3.0
2020
2121RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2222 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
You can’t perform that action at this time.
0 commit comments