Skip to content

Commit

Permalink
Merge pull request #302 from chorrell/v4.7.1-v6.9.3
Browse files Browse the repository at this point in the history
Update for Node.js v4.7.1 and v6.9.3
  • Loading branch information
chorrell committed Jan 4, 2017
2 parents d351310 + 369c41c commit 1c6d795
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 4.7/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.7.0
ENV NODE_VERSION 4.7.1

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" \
Expand Down
2 changes: 1 addition & 1 deletion 4.7/alpine/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.4

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.7.0
ENV NODE_VERSION 4.7.1

RUN adduser -D -u 1000 node \
&& apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion 4.7/onbuild/Dockerfile
@@ -1,4 +1,4 @@
FROM node:4.7.0
FROM node:4.7.1

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion 4.7/slim/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.7.0
ENV NODE_VERSION 4.7.1

RUN buildDeps='xz-utils' \
&& set -x \
Expand Down
2 changes: 1 addition & 1 deletion 4.7/wheezy/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 4.7.0
ENV NODE_VERSION 4.7.1

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" \
Expand Down
2 changes: 1 addition & 1 deletion 6.9/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 6.9.2
ENV NODE_VERSION 6.9.3

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" \
Expand Down
2 changes: 1 addition & 1 deletion 6.9/alpine/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.4

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 6.9.2
ENV NODE_VERSION 6.9.3

RUN adduser -D -u 1000 node \
&& apk add --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion 6.9/onbuild/Dockerfile
@@ -1,4 +1,4 @@
FROM node:6.9.2
FROM node:6.9.3

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion 6.9/slim/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 6.9.2
ENV NODE_VERSION 6.9.3

RUN buildDeps='xz-utils' \
&& set -x \
Expand Down
2 changes: 1 addition & 1 deletion 6.9/wheezy/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
done

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 6.9.2
ENV NODE_VERSION 6.9.3

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" \
Expand Down

0 comments on commit 1c6d795

Please sign in to comment.