File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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 8.2.0
24+ ENV NODE_VERSION 8.2.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.6
22
33ENV NPM_CONFIG_LOGLEVEL info
4- ENV NODE_VERSION 8.2.0
4+ ENV NODE_VERSION 8.2.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:8.2.0
1+ FROM node:8.2.1
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 8.2.0
24+ ENV NODE_VERSION 8.2.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 8.2.0
24+ ENV NODE_VERSION 8.2.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