diff --git a/Dockerfile b/Dockerfile index c161f676..686b1492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # stage 1 -FROM node:latest as node +FROM node:10.15.1 as node WORKDIR /app COPY . . RUN npm install