Skip to content

Commit 32846bd

Browse files
committed
Merge pull request #86 from Starefossen/node-5-4-1
Upgrade Node to 5.4.1
2 parents b580317 + 4bc77d4 commit 32846bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

5.4/Dockerfile

+1-1
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.4.0
17+
ENV NODE_VERSION 5.4.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.4/onbuild/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:5.4.0
1+
FROM node:5.4.1
22

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

5.4/slim/Dockerfile

+1-1
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.4.0
17+
ENV NODE_VERSION 5.4.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.4/wheezy/Dockerfile

+1-1
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.4.0
17+
ENV NODE_VERSION 5.4.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)