Skip to content

Commit d076c59

Browse files
Merge pull request #150 from kenthua/docker_image_update
Use alpine image and update npm packages for x64 Dockerfile
2 parents 4031209 + db6c439 commit d076c59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:4
1+
FROM node:alpine
22
MAINTAINER St. John Johnson <[email protected]> and Jeremiah Wuenschel <[email protected]>
33

44
# Create our application direcory

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"body-parser": "^1.14.1",
3434
"express": "^4.13.3",
3535
"express-joi-validator": "^2.0.0",
36-
"express-winston": "^1.2.0",
37-
"joi": "^6.10.0",
36+
"express-winston": "^2.5.0",
37+
"joi": "^13.4.0",
3838
"js-yaml": "^3.4.3",
3939
"jsonfile": "^2.2.3",
4040
"mqtt": "^1.7.0",
@@ -43,8 +43,8 @@
4343
"winston": "^2.0.0"
4444
},
4545
"devDependencies": {
46-
"jenkins-mocha": "^2.5.0",
47-
"jscs": "^2.9.0",
46+
"jenkins-mocha": "^6.0.0",
47+
"jscs": "^3.0.7",
4848
"jshint": "^2.9.1"
4949
}
5050
}

0 commit comments

Comments
 (0)