Skip to content

Commit

Permalink
chore(deps): update node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 19, 2019
1 parent bb5ff95 commit abdabc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/node/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:9.4.0-alpine
FROM node:9.11.2-alpine
LABEL maintainer "cheezenaan <[email protected]>"

ENV \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"engines": {
"yarn": "1.3.2",
"node": "9.4.0"
"node": "9.11.2"
},
"cacheDirectories": ["frontend/node_modules"]
}

0 comments on commit abdabc6

Please sign in to comment.