Skip to content

Commit

Permalink
Update NodeJS to 4.x
Browse files Browse the repository at this point in the history
Fixes memory leak caused by nodejs/node#1309
  • Loading branch information
Danielle Madeley committed Oct 30, 2015
1 parent 6791dd4 commit a083a23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.12"
- "4.1"

install:
- npm config set cache ./node_modules_cache
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN echo "Disabling non-essential packages" && \
echo "Adding nodejs gpg key" && \
curl -sL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \
echo "Adding nodejs repo" && \
echo 'deb https://deb.nodesource.com/node jessie main' > /etc/apt/sources.list.d/nodesource.list && \
echo 'deb https://deb.nodesource.com/node_4.x jessie main' > /etc/apt/sources.list.d/nodesource.list && \
echo "Installing required packages" && \
apt-get -qq update && \
apt-get -qq install \
Expand Down

0 comments on commit a083a23

Please sign in to comment.