Update node Docker tag to v24 #25

Open
bustikiller wants to merge 1 commits from renovate/node-24.x into main
Showing only changes of commit 041f191a96 - Show all commits

View File

@ -1,4 +1,4 @@
FROM node:23 AS build FROM node:24 AS build
ENV FORCE_COLOR=0 ENV FORCE_COLOR=0
RUN corepack enable RUN corepack enable
WORKDIR /opt/docusaurus WORKDIR /opt/docusaurus