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

Commit aa2d1d7

Browse files
committed
Update CSSLint
Updates the underlying parser library
1 parent d8b3dd1 commit aa2d1d7

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 zlib zlib-dev ruby ruby-dev ruby-bundler less bu
88
bundle install -j 4 && \
99
apk del --purge build-base zlib zlib-dev && rm -fr /usr/share/ri
1010

11-
ENV CSSLINT_SHA=0e7aeadd02f5babca5152993374043f9f736a116
11+
ENV CSSLINT_SHA=87aa604a4cbc5125db979576f1b09b35980fcf08
1212
RUN npm install -g codeclimate/csslint.git#$CSSLINT_SHA
1313

1414
RUN adduser -u 9000 -D app

0 commit comments

Comments
 (0)