diff --git a/Dockerfile b/Dockerfile index ed488c0..9c4f170 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8-alpine +FROM node:8.10.0-alpine RUN mkdir -p /public diff --git a/package.json b/package.json index c5ae9ec..57dddc6 100644 --- a/package.json +++ b/package.json @@ -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",