diff --git a/Dockerfile b/Dockerfile index f61543c9..878286c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 +FROM node:20 RUN apt-get update && apt-get install -y git