Skip to content

Commit ab2506e

Browse files
committed
Merge pull request #20 from codeclimate/gd-plugins
Update eslint to our fork
2 parents 5afabf5 + 2a6f0f4 commit ab2506e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM mhart/alpine-node
33
WORKDIR /usr/src/app
44
COPY package.json /usr/src/app/
55

6+
RUN apk --update add git
7+
68
RUN npm install
79

810
RUN adduser -u 9000 -D app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url" : "http://github.com/codeclimate/codeclimate-eslint.git"
99
},
1010
"dependencies": {
11-
"eslint": "0.24.1",
11+
"eslint": "codeclimate/eslint.git#c5457c8",
1212
"glob": "5.0.14"
1313
},
1414
"engine": "node >= 0.12.4"

0 commit comments

Comments
 (0)