Skip to content

Commit

Permalink
switch to node 8 LTS (Azure#3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
marpio authored and fearthecowboy committed Nov 6, 2018
1 parent f155bbe commit b8db2bc
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 @@ LABEL maintainer="fearthecowboy"
RUN apt-get update && apt-get install -y curl libunwind8 libicu55

# NodeJS
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get update && apt-get install -y nodejs && \
npm install npm@latest -g

Expand Down

0 comments on commit b8db2bc

Please sign in to comment.