Update to node 8.1.1

https://nodejs.org/en/blog/release/v8.1.1/
This commit is contained in:
Simen Bekkhus 2017-06-14 07:29:59 +02:00
parent 720debfc63
commit 31cfb8b96b
No known key found for this signature in database
GPG Key ID: E3BEC11885DC91B6
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,7 +1,7 @@
FROM alpine:3.6
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 8.1.0
ENV NODE_VERSION 8.1.1
RUN addgroup -g 1000 node \
&& adduser -u 1000 -G node -s /bin/sh -D node \

View File

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

View File

@ -21,7 +21,7 @@ RUN set -ex \
done
ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 8.1.0
ENV NODE_VERSION 8.1.1
RUN buildDeps='xz-utils' \
&& set -x \

View File

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