Update for v0.12.13

This commit is contained in:
Christopher Horrell 2016-03-31 20:52:05 -04:00
parent 4c567a65c2
commit c02fde0714
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.12.12
ENV NODE_VERSION 0.12.13
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,4 +1,4 @@
FROM node:0.12.12
FROM node:0.12.13
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

View File

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.12.12
ENV NODE_VERSION 0.12.13
RUN buildDeps='curl ca-certificates xz-utils' \
&& set -x \

View File

@ -15,7 +15,7 @@ RUN set -ex \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done
ENV NODE_VERSION 0.12.12
ENV NODE_VERSION 0.12.13
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" \