diff --git a/Dockerfile b/Dockerfile index 6e2cc672..73f17a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-alpine +FROM node:16-alpine RUN apk add --no-cache \ git