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 9ba4373 commit ecc834dCopy full SHA for ecc834d
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#7a3a6be
+RUN npm install -g codeclimate/csslint.git#27a21742
12
13
RUN adduser -u 9000 -D app
14
USER app
0 commit comments