Skip to content

Commit

Permalink
Merge pull request #99 from chorrell/master
Browse files Browse the repository at this point in the history
Update Node.js to v0.10.42 and v0.12.10
  • Loading branch information
chorrell committed Feb 9, 2016
2 parents f94756d + 337bc9d commit ab40c3c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 0.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done

ENV NODE_VERSION 0.10.41
ENV NODE_VERSION 0.10.42
ENV NPM_VERSION 2.14.1

RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion 0.10/onbuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:0.10.41
FROM node:0.10.42

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion 0.10/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done

ENV NODE_VERSION 0.10.41
ENV NODE_VERSION 0.10.42
ENV NPM_VERSION 2.14.1

RUN buildDeps='curl ca-certificates' \
Expand Down
2 changes: 1 addition & 1 deletion 0.10/wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done

ENV NODE_VERSION 0.10.41
ENV NODE_VERSION 0.10.42
ENV NPM_VERSION 2.14.1

RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion 0.12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done

ENV NODE_VERSION 0.12.9
ENV NODE_VERSION 0.12.10

RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Expand Down
2 changes: 1 addition & 1 deletion 0.12/onbuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:0.12.9
FROM node:0.12.10

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion 0.12/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done

ENV NODE_VERSION 0.12.9
ENV NODE_VERSION 0.12.10

RUN buildDeps='curl ca-certificates' \
&& set -x \
Expand Down
2 changes: 1 addition & 1 deletion 0.12/wheezy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done

ENV NODE_VERSION 0.12.9
ENV NODE_VERSION 0.12.10

RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.gz" \
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Expand Down

0 comments on commit ab40c3c

Please sign in to comment.