Skip to content

Commit fa1d51c

Browse files
committed
Update for v0.12.11
1 parent 2a1256d commit fa1d51c

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.10
18+
ENV NODE_VERSION 0.12.11
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.10
1+
FROM node:0.12.11
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.10
18+
ENV NODE_VERSION 0.12.11
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.10
18+
ENV NODE_VERSION 0.12.11
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)