We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e978aea commit 6774accCopy full SHA for 6774acc
Dockerfile
@@ -8,7 +8,7 @@ RUN apk --update add nodejs git ruby ruby-dev ruby-bundler less ruby-nokogiri bu
8
bundle install -j 4 && \
9
apk del build-base && rm -fr /usr/share/ri
10
11
-RUN npm install -g codeclimate/csslint.git#27a21742
+RUN npm install -g codeclimate/csslint.git#43d315c2
12
13
RUN adduser -u 9000 -D app
14
USER app
0 commit comments