Upgrade node to 8.10.0
This commit is contained in:
parent
38dcc3e5fa
commit
28eec3e28c
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:8-alpine
|
FROM node:8.10.0-alpine
|
||||||
|
|
||||||
RUN mkdir -p /public
|
RUN mkdir -p /public
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"lint": "tslint src/**/*.ts --type-check --project tsconfig.json"
|
"lint": "tslint src/**/*.ts --type-check --project tsconfig.json"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "8.9.4"
|
"node": "8.10.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Reference in a new issue