Skip to content

Commit

Permalink
Merge pull request #92 from code-check/feat/codecheck-0.6.5
Browse files Browse the repository at this point in the history
update codecheck version
  • Loading branch information
takayukioda authored Jun 20, 2017
2 parents 788e1c3 + 281eab6 commit 74a5a1c
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 134 deletions.
2 changes: 1 addition & 1 deletion all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ENV PATH $PATH:/usr/local/share/groovy-2.4.5/bin
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
RUN apt-get install -qqy nodejs && \
rm -rf /var/lib/apt/lists/*
RUN npm install -g codecheck@0.6.2 typescript coffee-script babel-cli mocha karma grunt-cli gulp webpack
RUN npm install -g codecheck@0.6.5 typescript coffee-script babel-cli mocha karma grunt-cli gulp webpack

# java
RUN apt-add-repository -y ppa:webupd8team/java && \
Expand Down
Loading

0 comments on commit 74a5a1c

Please sign in to comment.