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.
2 parents 38ac19c + d45e0f9 commit ee2d4bcCopy full SHA for ee2d4bc
Dockerfile
@@ -8,7 +8,8 @@ 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#43d315c2
+ENV CSSLINT_SHA=0e7aeadd02f5babca5152993374043f9f736a116
12
+RUN npm install -g codeclimate/csslint.git#$CSSLINT_COMMIT
13
14
RUN adduser -u 9000 -D app
15
USER app
0 commit comments