Skip to content

Commit 18ad61b

Browse files
committed
Merge pull request #17 from codeclimate/pb-update
Track latest codeclimate/csslint SHA
2 parents 9ba4373 + ecc834d commit 18ad61b

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)