Skip to content

Commit

Permalink
Changed node version to 9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdavenport authored Feb 16, 2018
1 parent e064f58 commit 4bea22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nginx/1.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Mark Shust <[email protected]>
RUN apt-get update && apt-get install -y \
curl

RUN curl -sL https://deb.nodesource.com/setup_4.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - \
&& apt-get install -y nodejs

RUN npm install -g grunt-cli
Expand Down

0 comments on commit 4bea22d

Please sign in to comment.