diff --git a/Dockerfile b/Dockerfile index 08e097b..690cd9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:15.2.0-alpine +FROM node:16.0.0-alpine RUN apk add --no-cache --update python make g++ && \