archive
/
tstatic
Archived
1
Fork 0

Upgrade node to 8.10.0

This commit is contained in:
Jake Howard 2018-03-15 20:37:56 +00:00
parent 38dcc3e5fa
commit 28eec3e28c
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:8-alpine
FROM node:8.10.0-alpine
RUN mkdir -p /public

View File

@ -15,7 +15,7 @@
"lint": "tslint src/**/*.ts --type-check --project tsconfig.json"
},
"engines": {
"node": "8.9.4"
"node": "8.10.0"
},
"repository": {
"type": "git",