Skip to content

Commit

Permalink
Merge pull request #23 from codeclimate/pb-bump
Browse files Browse the repository at this point in the history
Bump csslint
  • Loading branch information
pbrisbin committed Dec 9, 2015
2 parents 38ac19c + d45e0f9 commit ee2d4bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apk --update add nodejs git ruby ruby-dev ruby-bundler less ruby-nokogiri bu
bundle install -j 4 && \
apk del build-base && rm -fr /usr/share/ri

RUN npm install -g codeclimate/csslint.git#43d315c2
ENV CSSLINT_SHA=0e7aeadd02f5babca5152993374043f9f736a116
RUN npm install -g codeclimate/csslint.git#$CSSLINT_COMMIT

RUN adduser -u 9000 -D app
USER app
Expand Down

0 comments on commit ee2d4bc

Please sign in to comment.