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 @@ -14,7 +14,7 @@ RUN set -ex \
1414 done
1515
1616ENV NPM_CONFIG_LOGLEVEL info
17- ENV NODE_VERSION 4.1.1
17+ ENV NODE_VERSION 4.1.2
1818
1919RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2020 && 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.1.1
1+ FROM node:4.1.2
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -ex \
1414 done
1515
1616ENV NPM_CONFIG_LOGLEVEL info
17- ENV NODE_VERSION 4.1.1
17+ ENV NODE_VERSION 4.1.2
1818
1919RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2020 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN set -ex \
1414 done
1515
1616ENV NPM_CONFIG_LOGLEVEL info
17- ENV NODE_VERSION 4.1.1
17+ ENV NODE_VERSION 4.1.2
1818
1919RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2020 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
You can’t perform that action at this time.
0 commit comments