Skip to content

Commit

Permalink
Updates engines (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Nov 20, 2018
1 parent 6409dc0 commit 154a596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Setting the base to nodejs 8.9.4
FROM node:8.12.0-alpine

# Bundle app source
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"main": "index.js",
"engines": {
"node": ">=8.9.4"
"node": ">=8.12.0"
},
"scripts": {
"test": "standard && ava",
Expand Down

0 comments on commit 154a596

Please sign in to comment.