Merge pull request #409 from coralproject/revert-version-pin

Removed the version pin
This commit is contained in:
David Erwin
2017-03-13 12:01:18 -04:00
committed by gaba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:7.6
FROM node:7
# Create app directory
RUN mkdir -p /usr/src/app
+1 -1
View File
@@ -167,6 +167,6 @@
"webpack": "^2.2.1"
},
"engines": {
"node": "~7.6.0"
"node": "^7.7.0"
}
}