Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ecc834d

Browse files
committed
Track latest codeclimate/csslint SHA
Brings support for --exclude-exts - codeclimate/csslint@7a3a6be...27a2174
1 parent 9ba4373 commit ecc834d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk --update add nodejs git ruby ruby-dev ruby-bundler less ruby-nokogiri bu
88
bundle install -j 4 && \
99
apk del build-base && rm -fr /usr/share/ri
1010

11-
RUN npm install -g codeclimate/csslint.git#7a3a6be
11+
RUN npm install -g codeclimate/csslint.git#27a21742
1212

1313
RUN adduser -u 9000 -D app
1414
USER app

0 commit comments

Comments
 (0)