Skip to content

Commit ae258ae

Browse files
committed
chore: use node 20 to build the docs
1 parent b6eb28f commit ae258ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)