Update for Node.js v7.7.2

See: https://nodejs.org/en/blog/release/v7.7.2/
This commit is contained in:
Christopher Horrell 2017-03-08 19:45:30 -05:00
parent c1299d7ea5
commit 74265fec6d
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 7.7.1
ENV NODE_VERSION 7.7.2
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \

View File

@ -1,7 +1,7 @@
FROM alpine:3.4
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 7.7.1
ENV NODE_VERSION 7.7.2
RUN adduser -D -u 1000 node \
&& apk add --no-cache \

View File

@ -1,4 +1,4 @@
FROM node:7.7.1
FROM node:7.7.2
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

View File

@ -20,7 +20,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 7.7.1
ENV NODE_VERSION 7.7.2
RUN buildDeps='xz-utils' \
&& set -x \

View File

@ -20,7 +20,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 7.7.1
ENV NODE_VERSION 7.7.2
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \