Skip to content

Commit 78c2171

Browse files
committed
Update to node v0.12.9
1 parent 17a074b commit 78c2171

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

0.12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -ex \
1313
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1414
done
1515

16-
ENV NODE_VERSION 0.12.8
16+
ENV NODE_VERSION 0.12.9
1717

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

0.12/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:0.12.8
1+
FROM node:0.12.9
22

33
RUN mkdir -p /usr/src/app
44
WORKDIR /usr/src/app

0.12/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -ex \
1313
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1414
done
1515

16-
ENV NODE_VERSION 0.12.8
16+
ENV NODE_VERSION 0.12.9
1717

1818
RUN buildDeps='curl ca-certificates' \
1919
&& set -x \

0.12/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN set -ex \
1313
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1414
done
1515

16-
ENV NODE_VERSION 0.12.8
16+
ENV NODE_VERSION 0.12.9
1717

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

0 commit comments

Comments
 (0)