Skip to content

Commit 9d8fe09

Browse files
committed
Revert "Update Node from v0.10 to v4.x"
This reverts commit c23d0ee.
1 parent c23d0ee commit 9d8fe09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MAINTAINER Anand Mani Sankar
77
# Install Node.js and other dependencies
88
RUN apt-get update && \
99
apt-get -y install curl && \
10-
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - && \
10+
curl -sL https://deb.nodesource.com/setup | sudo bash - && \
1111
apt-get -y install python build-essential nodejs
1212

1313
# Install nodemon

0 commit comments

Comments
 (0)