diff --git a/Dockerfile b/Dockerfile index 8242a89..63b78f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # pull official base image -FROM node:13.12.0-alpine +FROM node:lts # set working directory WORKDIR /app