diff --git a/Dockerfile b/Dockerfile index 5f85a25..a1e0bee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20-alpine +FROM node:22-alpine RUN apk add --no-cache git rsync