diff --git a/Dockerfile b/Dockerfile index dd3a247..bff55e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:23 AS build +FROM node:24 AS build ENV FORCE_COLOR=0 RUN corepack enable WORKDIR /opt/docusaurus