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

This commit is contained in:
Renovate Bot 2025-09-15 22:46:26 +00:00
parent 5703c6ca01
commit 313d5b5331

View File

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