Skip to content

Commit

Permalink
Merge pull request #409 from coralproject/revert-version-pin
Browse files Browse the repository at this point in the history
Removed the version pin
  • Loading branch information
jde authored and gabelula committed Mar 20, 2017
2 parents ebf675b + 894395b commit 2ee6335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:7.6
FROM node:7

# Create app directory
RUN mkdir -p /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@
"webpack": "^2.2.1"
},
"engines": {
"node": "~7.6.0"
"node": "^7.7.0"
}
}

0 comments on commit 2ee6335

Please sign in to comment.