File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ sudo: required
22
33services :
44 - docker
5-
5+
66script :
77 - ./test-build.sh $NODE_VERSION
88
99env :
1010 matrix :
1111 - NODE_VERSION : ' 4.8'
1212 - NODE_VERSION : ' 6.10'
13- - NODE_VERSION : ' 7.8 '
13+ - NODE_VERSION : ' 7.9 '
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 7.8 .0
24+ ENV NODE_VERSION 7.9 .0
2525
2626RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2727 && curl -SLO "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 7.8 .0
4+ ENV NODE_VERSION 7.9 .0
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:7.8 .0
1+ FROM node:7.9 .0
22
33RUN mkdir -p /usr/src/app
44WORKDIR /usr/src/app
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 7.8 .0
24+ ENV NODE_VERSION 7.9 .0
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 7.8 .0
24+ ENV NODE_VERSION 7.9 .0
2525
2626RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2727 && curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
You can’t perform that action at this time.
0 commit comments