Skip to content

Commit 38829d6

Browse files
author
Christopher Horrell
committed
Update for Node.js v0.12.18
See: - https://nodejs.org/en/blog/release/v0.12.18/
1 parent cb775a3 commit 38829d6

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
@@ -18,7 +18,7 @@ RUN set -ex \
1818
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1919
done
2020

21-
ENV NODE_VERSION 0.12.17
21+
ENV NODE_VERSION 0.12.18
2222

2323
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2424
&& 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.17
1+
FROM node:0.12.18
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
@@ -18,7 +18,7 @@ RUN set -ex \
1818
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1919
done
2020

21-
ENV NODE_VERSION 0.12.17
21+
ENV NODE_VERSION 0.12.18
2222

2323
RUN buildDeps='xz-utils' \
2424
&& set -x \

0.12/wheezy/Dockerfile

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

21-
ENV NODE_VERSION 0.12.17
21+
ENV NODE_VERSION 0.12.18
2222

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

0 commit comments

Comments
 (0)