Skip to content

Commit f94756d

Browse files
committed
Merge pull request #91 from pesho/master
Update Node LTS to 4.2.6
2 parents 255b9c3 + c161bc4 commit f94756d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

4.2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 4.2.5
19+
ENV NODE_VERSION 4.2.6
2020

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

4.2/onbuild/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:4.2.5
1+
FROM node:4.2.6
22

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

4.2/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 4.2.5
19+
ENV NODE_VERSION 4.2.6
2020

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

4.2/wheezy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN set -ex \
1616
done
1717

1818
ENV NPM_CONFIG_LOGLEVEL info
19-
ENV NODE_VERSION 4.2.5
19+
ENV NODE_VERSION 4.2.6
2020

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

0 commit comments

Comments
 (0)