Skip to content

Commit

Permalink
Merge pull request prakhar1989#16 from diguage/patch-1
Browse files Browse the repository at this point in the history
update Node.js to latest LTS
  • Loading branch information
prakhar1989 authored Apr 4, 2019
2 parents 442c428 + 828396a commit c3aba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Prakhar Srivastav <[email protected]>
# install system-wide deps for python and node
RUN apt-get -yqq update
RUN apt-get -yqq install python-pip python-dev curl gnupg
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash
RUN apt-get install -yq nodejs

# copy our application code
Expand Down

0 comments on commit c3aba07

Please sign in to comment.