diff --git a/Dockerfile b/Dockerfile index 31d762a..77f7ac0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:16-alpine RUN apk update RUN apk add git