Skip to content

Commit c02fde0

Browse files
committed
Update for v0.12.13
1 parent 4c567a6 commit c02fde0

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

18-
ENV NODE_VERSION 0.12.12
18+
ENV NODE_VERSION 0.12.13
1919

2020
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
2121
&& 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.12
1+
FROM node:0.12.13
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
@@ -15,7 +15,7 @@ RUN set -ex \
1515
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
1616
done
1717

18-
ENV NODE_VERSION 0.12.12
18+
ENV NODE_VERSION 0.12.13
1919

2020
RUN buildDeps='curl ca-certificates xz-utils' \
2121
&& set -x \

0.12/wheezy/Dockerfile

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

18-
ENV NODE_VERSION 0.12.12
18+
ENV NODE_VERSION 0.12.13
1919

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

0 commit comments

Comments
 (0)