File tree Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Expand file tree Collapse file tree 15 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -ex \
2121 done
2222
2323ENV NPM_CONFIG_LOGLEVEL info
24- ENV NODE_VERSION 4.8.3
24+ ENV NODE_VERSION 4.8.4
2525
2626RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2727 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 11FROM alpine:3.4
22
33ENV NPM_CONFIG_LOGLEVEL info
4- ENV NODE_VERSION 4.8.3
4+ ENV NODE_VERSION 4.8.4
55
66RUN addgroup -g 1000 node \
77 && adduser -u 1000 -G node -s /bin/sh -D node \
Original file line number Diff line number Diff line change 1- FROM node:4.8.3
1+ FROM node:4.8.4
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
55
66ONBUILD ARG NODE_ENV
77ONBUILD ENV NODE_ENV $NODE_ENV
88ONBUILD COPY package.json /usr/src/app/
9- ONBUILD RUN npm install && npm cache clean
9+ ONBUILD RUN npm install && npm cache clean --force
1010ONBUILD COPY . /usr/src/app
1111
1212CMD [ "npm" , "start" ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -ex \
2121 done
2222
2323ENV NPM_CONFIG_LOGLEVEL info
24- ENV NODE_VERSION 4.8.3
24+ ENV NODE_VERSION 4.8.4
2525
2626RUN buildDeps='xz-utils' \
2727 && set -x \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -ex \
2121 done
2222
2323ENV NPM_CONFIG_LOGLEVEL info
24- ENV NODE_VERSION 4.8.3
24+ ENV NODE_VERSION 4.8.4
2525
2626RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2727 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -ex \
2121 done
2222
2323ENV NPM_CONFIG_LOGLEVEL info
24- ENV NODE_VERSION 6.11.0
24+ ENV NODE_VERSION 6.11.1
2525
2626RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2727 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 11FROM alpine:3.4
22
33ENV NPM_CONFIG_LOGLEVEL info
4- ENV NODE_VERSION 6.11.0
4+ ENV NODE_VERSION 6.11.1
55
66RUN addgroup -g 1000 node \
77 && adduser -u 1000 -G node -s /bin/sh -D node \
Original file line number Diff line number Diff line change 1- FROM node:6.11.0
1+ FROM node:6.11.1
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
55
66ONBUILD ARG NODE_ENV
77ONBUILD ENV NODE_ENV $NODE_ENV
88ONBUILD COPY package.json /usr/src/app/
9- ONBUILD RUN npm install && npm cache clean
9+ ONBUILD RUN npm install && npm cache clean --force
1010ONBUILD COPY . /usr/src/app
1111
1212CMD [ "npm" , "start" ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -ex \
2121 done
2222
2323ENV NPM_CONFIG_LOGLEVEL info
24- ENV NODE_VERSION 6.11.0
24+ ENV NODE_VERSION 6.11.1
2525
2626RUN buildDeps='xz-utils' \
2727 && set -x \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN set -ex \
2121 done
2222
2323ENV NPM_CONFIG_LOGLEVEL info
24- ENV NODE_VERSION 6.11.0
24+ ENV NODE_VERSION 6.11.1
2525
2626RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2727 && curl -SLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
You can’t perform that action at this time.
0 commit comments