chore: use node 20 to build the docs

pull/210/head
Boaz Poolman 2026-03-01 18:42:43 +01:00
parent b6eb28f8f6
commit ae258ae67f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Stage 1: Base image. # Stage 1: Base image.
## Start with a base image containing NodeJS so we can build Docusaurus. ## Start with a base image containing NodeJS so we can build Docusaurus.
FROM node:18-alpine3.18 as base FROM node:20-alpine as base
## Disable colour output from yarn to make logs easier to read. ## Disable colour output from yarn to make logs easier to read.
ENV FORCE_COLOR=0 ENV FORCE_COLOR=0
## Enable corepack. ## Enable corepack.