Skip to content
This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Commit 8f168d0

Browse files
authored
Merge pull request #2 from sportebois/6
Update to Node 6.3.1
2 parents dd2ee1b + 71efd7c commit 8f168d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM 1science/alpine:3.1
66

77
# Node and NPM version
8-
ENV NODE_VERSION=5.11.0 NPM_VERSION=3.8.3
8+
ENV NODE_VERSION=6.3.1 NPM_VERSION=3.10.5
99

1010
# Install Node and NPM
1111
RUN apk update && apk-install make gcc g++ python linux-headers paxctl libgcc libstdc++ && \
@@ -23,4 +23,4 @@ RUN apk update && apk-install make gcc g++ python linux-headers paxctl libgcc li
2323
/usr/lib/node_modules/npm/man /usr/lib/node_modules/npm/doc /usr/lib/node_modules/npm/html && \
2424
echo -ne "- with Node.js `node --version`\n" >> /root/.built
2525

26-
CMD [ "bash" ]
26+
CMD [ "bash" ]

0 commit comments

Comments
 (0)