Update node Docker tag to v24
Some checks failed
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 2m42s

This commit is contained in:
Renovate Bot 2025-05-07 02:08:25 +00:00
parent 922ffbbf97
commit 041f191a96

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