diff --git a/docs/Dockerfile b/docs/Dockerfile index 40677f6..61bd725 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM node:21.7.2 +FROM node:22.2.0 RUN apt-get update && apt-get install -y jq WORKDIR /usr/src/app COPY package.json /usr/src/