Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
041f191a96 Update node Docker tag to v24
Some checks failed
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 2m42s
2025-05-07 02:08:25 +00:00

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