Skip to content

Commit 444da1d

Browse files
committed
Update Node to 5.1.1
1 parent bb89224 commit 444da1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

5.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex \
1414
done
1515

1616
ENV NPM_CONFIG_LOGLEVEL info
17-
ENV NODE_VERSION 5.1.0
17+
ENV NODE_VERSION 5.1.1
1818

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

5.1/onbuild/Dockerfile

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

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

5.1/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN set -ex \
1414
done
1515

1616
ENV NPM_CONFIG_LOGLEVEL info
17-
ENV NODE_VERSION 5.1.0
17+
ENV NODE_VERSION 5.1.1
1818

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

0 commit comments

Comments
 (0)