Skip to content

Commit

Permalink
Dockerfile: use node v13
Browse files Browse the repository at this point in the history
  • Loading branch information
karussell committed Feb 24, 2020
1 parent 55384ec commit f006b48
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 @@ -6,7 +6,7 @@ RUN mkdir -p /data && mkdir -p /graphhopper

# install node - only required for JS UI
RUN apt-get install -y wget \
&& curl -sL https://deb.nodesource.com/setup_11.x | bash - \
&& curl -sL https://deb.nodesource.com/setup_13.x | bash - \
&& apt-get install -y nodejs

COPY . /graphhopper/
Expand Down

0 comments on commit f006b48

Please sign in to comment.