File tree Expand file tree Collapse file tree 17 files changed +21
-33
lines changed Expand file tree Collapse file tree 17 files changed +21
-33
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ FROM buildpack-deps:jessie
3
3
RUN groupadd --gid 1000 node \
4
4
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5
5
6
- # gpg keys listed at https://github.com/nodejs/node
6
+ # gpg keys listed at https://github.com/nodejs/node#release-team
7
7
RUN set -ex \
8
8
&& for key in \
9
9
9554F04D7259F04124DE6B476D5A82AC7E37093B \
10
10
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
11
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
12
11
FD3A5288F042B6850C66B31F09FE44734EB7990E \
13
12
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
14
13
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ RUN adduser -D -u 1000 node \
16
16
linux-headers \
17
17
make \
18
18
python \
19
+ # gpg keys listed at https://github.com/nodejs/node#release-team
19
20
&& for key in \
20
21
9554F04D7259F04124DE6B476D5A82AC7E37093B \
21
22
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
22
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
23
23
FD3A5288F042B6850C66B31F09FE44734EB7990E \
24
24
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
25
25
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ FROM buildpack-deps:jessie-curl
3
3
RUN groupadd --gid 1000 node \
4
4
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5
5
6
- # gpg keys listed at https://github.com/nodejs/node
6
+ # gpg keys listed at https://github.com/nodejs/node#release-team
7
7
RUN set -ex \
8
8
&& for key in \
9
9
9554F04D7259F04124DE6B476D5A82AC7E37093B \
10
10
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
11
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
12
11
FD3A5288F042B6850C66B31F09FE44734EB7990E \
13
12
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
14
13
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ FROM buildpack-deps:wheezy
3
3
RUN groupadd --gid 1000 node \
4
4
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5
5
6
- # gpg keys listed at https://github.com/nodejs/node
6
+ # gpg keys listed at https://github.com/nodejs/node#release-team
7
7
RUN set -ex \
8
8
&& for key in \
9
9
9554F04D7259F04124DE6B476D5A82AC7E37093B \
10
10
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
11
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
12
11
FD3A5288F042B6850C66B31F09FE44734EB7990E \
13
12
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
14
13
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ FROM buildpack-deps:jessie
3
3
RUN groupadd --gid 1000 node \
4
4
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5
5
6
- # gpg keys listed at https://github.com/nodejs/node
6
+ # gpg keys listed at https://github.com/nodejs/node#release-team
7
7
RUN set -ex \
8
8
&& for key in \
9
9
9554F04D7259F04124DE6B476D5A82AC7E37093B \
10
10
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
11
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
12
11
FD3A5288F042B6850C66B31F09FE44734EB7990E \
13
12
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
14
13
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ RUN adduser -D -u 1000 node \
16
16
linux-headers \
17
17
make \
18
18
python \
19
+ # gpg keys listed at https://github.com/nodejs/node#release-team
19
20
&& for key in \
20
21
9554F04D7259F04124DE6B476D5A82AC7E37093B \
21
22
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
22
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
23
23
FD3A5288F042B6850C66B31F09FE44734EB7990E \
24
24
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
25
25
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ FROM buildpack-deps:jessie-curl
3
3
RUN groupadd --gid 1000 node \
4
4
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5
5
6
- # gpg keys listed at https://github.com/nodejs/node
6
+ # gpg keys listed at https://github.com/nodejs/node#release-team
7
7
RUN set -ex \
8
8
&& for key in \
9
9
9554F04D7259F04124DE6B476D5A82AC7E37093B \
10
10
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
11
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
12
11
FD3A5288F042B6850C66B31F09FE44734EB7990E \
13
12
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
14
13
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ FROM buildpack-deps:wheezy
3
3
RUN groupadd --gid 1000 node \
4
4
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5
5
6
- # gpg keys listed at https://github.com/nodejs/node
6
+ # gpg keys listed at https://github.com/nodejs/node#release-team
7
7
RUN set -ex \
8
8
&& for key in \
9
9
9554F04D7259F04124DE6B476D5A82AC7E37093B \
10
10
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
11
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
12
11
FD3A5288F042B6850C66B31F09FE44734EB7990E \
13
12
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
14
13
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
Original file line number Diff line number Diff line change @@ -3,12 +3,11 @@ FROM buildpack-deps:jessie
3
3
RUN groupadd --gid 1000 node \
4
4
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
5
5
6
- # gpg keys listed at https://github.com/nodejs/node
6
+ # gpg keys listed at https://github.com/nodejs/node#release-team
7
7
RUN set -ex \
8
8
&& for key in \
9
9
9554F04D7259F04124DE6B476D5A82AC7E37093B \
10
10
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
11
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
12
11
FD3A5288F042B6850C66B31F09FE44734EB7990E \
13
12
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
14
13
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
@@ -20,7 +19,7 @@ RUN set -ex \
20
19
done
21
20
22
21
ENV NPM_CONFIG_LOGLEVEL info
23
- ENV NODE_VERSION 7.7.2
22
+ ENV NODE_VERSION 7.7.3
24
23
25
24
RUN curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" \
26
25
&& curl -SLO "https://nodejs.org/dist/v$NODE_VERSION/SHASUMS256.txt.asc" \
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.4
2
2
3
3
ENV NPM_CONFIG_LOGLEVEL info
4
- ENV NODE_VERSION 7.7.2
4
+ ENV NODE_VERSION 7.7.3
5
5
6
6
RUN adduser -D -u 1000 node \
7
7
&& apk add --no-cache \
@@ -16,10 +16,10 @@ RUN adduser -D -u 1000 node \
16
16
linux-headers \
17
17
make \
18
18
python \
19
+ # gpg keys listed at https://github.com/nodejs/node#release-team
19
20
&& for key in \
20
21
9554F04D7259F04124DE6B476D5A82AC7E37093B \
21
22
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
22
- 0034A06D9D9B0064CE8ADF6BF1747F4AD2306D93 \
23
23
FD3A5288F042B6850C66B31F09FE44734EB7990E \
24
24
71DCFD284A79C3B38668286BC97EC7A07EDE3FC1 \
25
25
DD8F2338BAE7501E3DD5AC78C273792F7D83545D \
You can’t perform that action at this time.
0 commit comments