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 4.2.4
19+ ENV NODE_VERSION 4.2.5
2020
2121RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
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:4.2.4
1+ FROM node:4.2.5
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 4.2.4
19+ ENV NODE_VERSION 4.2.5
2020
2121RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
2222 && 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 \
1616 done
1717
1818ENV NPM_CONFIG_LOGLEVEL info
19- ENV NODE_VERSION 4.2.4
19+ ENV NODE_VERSION 4.2.5
2020
2121RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
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