Skip to content

Commit

Permalink
Try NodeJS 8 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Jun 29, 2018
1 parent 5b9470d commit 0938f54
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 @@ -8,7 +8,7 @@ LABEL maintainer="lmazuel"
RUN apt-get update && apt-get install -y curl git software-properties-common locales libunwind8 ruby bundler libpng-dev zlibc zlib1g zlib1g-dev

# 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

# Go 1.9
Expand Down

0 comments on commit 0938f54

Please sign in to comment.