diff --git a/Dockerfile b/Dockerfile index 22c20c1..daa8979 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.15.2-alpine +FROM node:14-alpine RUN apk --update --no-cache add git python make g++