Skip to content

Commit 2a1256d

Browse files
committed
Merge pull request #110 from chorrell/v5.7.1
Update for Node.js 5.7.1
2 parents 42cdfb4 + b2c7f6e commit 2a1256d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

5.7/Dockerfile

Lines changed: 1 addition & 1 deletion
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 5.7.0
19+
ENV NODE_VERSION 5.7.1
2020

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

5.7/onbuild/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:5.7.0
1+
FROM node:5.7.1
22

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

5.7/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
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 5.7.0
19+
ENV NODE_VERSION 5.7.1
2020

2121
RUN buildDeps='xz-utils' \
2222
&& set -x \

5.7/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
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 5.7.0
19+
ENV NODE_VERSION 5.7.1
2020

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

0 commit comments

Comments
 (0)